From 7d2158d4b37c414e831d98781518adf0cde67acc Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Mon, 4 Nov 2019 16:58:36 +0100 Subject: [PATCH] v1.4.10 --- package.json | 2 +- www/js/config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 64ea1ce4c..ef6ffc856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.4.8", + "version": "1.4.10", "description": "Cesium Wallet for G1 libre currency", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 615a67214..10c16077c 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -93,8 +93,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "1.4.8", - "build": "2019-11-04T15:53:26.517Z", + "version": "1.4.10", + "build": "2019-11-04T15:57:53.996Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) -- GitLab