From 8e16b6fbc8f54dcee2ae1ff406849439dba3808d Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 7 Aug 2017 14:31:09 +0200
Subject: [PATCH] v0.15.4

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

diff --git a/config.xml b/config.xml
index f27c2633a..40819fc4c 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="15200" id="fr.duniter.cesium" version="0.15.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="15400" id="fr.duniter.cesium" version="0.15.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 1c33ab811..1e0f56b18 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.15.3" #lastest
+  echo "v0.15.4" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index b22ce3e1e..e196e9152 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cesium",
-    "version": "0.15.3",
+    "version": "0.15.4",
     "description": "Unhosted webapp client for Duniter network",
     "repository": {
         "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 5a330281f..bd11f4170 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -59,8 +59,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.15.3",
-	"build": "2017-08-02T18:53:38.178Z",
+	"version": "0.15.4",
+	"build": "2017-08-07T12:30:30.986Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-- 
GitLab