From 3e6f648464559847eb66f26bbbbce1fe556213ce Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Sat, 12 Aug 2017 12:17:10 +0200
Subject: [PATCH] v0.16.0

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

diff --git a/config.xml b/config.xml
index 3126dc567..4cc8cfbc5 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="15700" id="fr.duniter.cesium" version="0.15.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="160" id="fr.duniter.cesium" version="0.16.0" 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 1b1cb281a..7a84b8d96 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.15.7" #lastest
+  echo "v0.16.0" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index a2c070344..858f36e53 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cesium",
-    "version": "0.15.7",
+    "version": "0.16.0",
     "description": "Unhosted webapp client for Duniter network",
     "repository": {
         "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 87eb4df86..a3910bd2b 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -11,7 +11,6 @@ angular.module("cesium.config", [])
 .constant("csConfig", {
 	"cacheTimeMs": 300000,
 	"fallbackLanguage": "en",
-  "debug": true,
 	"rememberMe": true,
 	"showUDHistory": false,
 	"timeout": 300000,
@@ -66,9 +65,9 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.15.7",
-	"build": "2017-08-10T15:30:43.092Z",
+	"version": "0.16.0",
+	"build": "2017-08-12T10:16:30.291Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-;
+;
\ No newline at end of file
-- 
GitLab