From 731d859f965013576a567ec69444f58004c751ff Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Tue, 24 Dec 2019 21:11:05 +0100
Subject: [PATCH] v1.4.14

---
 config.xml        | 2 +-
 install.sh        | 2 +-
 package.json      | 2 +-
 www/js/config.js  | 4 ++--
 www/manifest.json | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/config.xml b/config.xml
index c66e3cc96..cc79bb154 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="104013" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.13" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="104014" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.14" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
diff --git a/install.sh b/install.sh
index ea19843b9..aca070a6e 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v1.4.13" #lastest
+  echo "v1.4.14" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 202300455..ea6eeac0a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "1.4.13",
+  "version": "1.4.14",
   "description": "Cesium Wallet for G1 libre currency",
   "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
   "license": "AGPL-3.0",
diff --git a/www/js/config.js b/www/js/config.js
index e03a7456e..553b2d32b 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -93,8 +93,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "1.4.13",
-	"build": "2019-12-24T13:25:48.071Z",
+	"version": "1.4.14",
+	"build": "2019-12-24T20:10:18.736Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
diff --git a/www/manifest.json b/www/manifest.json
index 6bf5cf6c9..5068a0f12 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 1,
-  "version": "1.4.13",
+  "version": "1.4.14",
   "default_locale": "fr",
   "description": "Manage your Duniter Wallet on a libre currency, like Äž1",
   "icons": [
-- 
GitLab