From a0b4a526c078927f9fcaf0760e068887b53059b2 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Thu, 5 Mar 2020 18:30:07 +0100
Subject: [PATCH] v1.5.4

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

diff --git a/config.xml b/config.xml
index 6e23661e..956d1e3f 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="105003" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="105004" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.4" 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 cb45e54a..447b60d4 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v1.5.3" #lastest
+  echo "v1.5.4" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 88aaa115..bd69ba85 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "1.5.3",
+  "version": "1.5.4",
   "description": "Cesium Wallet for G1 libre currency",
   "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
   "license": "AGPL-3.0",
@@ -215,4 +215,4 @@
   "engines": {
     "yarn": ">= 1.0.0"
   }
-}
+}
\ No newline at end of file
diff --git a/resources/web-ext/manifest.json b/resources/web-ext/manifest.json
index 06586f20..cfda16df 100644
--- a/resources/web-ext/manifest.json
+++ b/resources/web-ext/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 2,
-  "version": "1.0.0",
+  "version": "1.5.4",
   "description": "Manage your Duniter Wallet on a libre currency, like Äž1",
   "background": {
     "scripts": ["background.js"]
diff --git a/www/js/config.js b/www/js/config.js
index df8d3088..4b97e52c 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -97,8 +97,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "1.5.3",
-	"build": "2020-03-05T15:07:38.518Z",
+	"version": "1.5.4",
+	"build": "2020-03-05T17:29:02.131Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
diff --git a/www/manifest.json b/www/manifest.json
index c9e1f52f..29261aaf 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 1,
-  "version": "1.5.3",
+  "version": "1.5.4",
   "default_locale": "fr",
   "description": "Manage your Duniter Wallet on a libre currency, like Äž1",
   "icons": [
-- 
GitLab