From 69f2ca79093060d37296535e21eb638bbbd503c8 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Wed, 6 May 2020 10:41:50 +0200
Subject: [PATCH] v1.6.7

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

diff --git a/config.xml b/config.xml
index 30b6e41df..bc90c9dcb 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="106060" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="106070" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.7" 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 8bb5cf8bb..ff3755aae 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v1.6.6" #lastest
+  echo "v1.6.7" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 464c8e23b..dd19c346a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "1.6.6",
+  "version": "1.6.7",
   "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 76ab827f8..debbd583d 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -12,10 +12,10 @@ angular.module("cesium.config", [])
 	"cacheTimeMs": 300000,
 	"demo": false,
 	"readonly": false,
-	"fallbackLanguage": "fr",
+	"fallbackLanguage": "en",
 	"rememberMe": true,
 	"showUDHistory": true,
-	"timeout": 300000,
+	"timeout": 40000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
 	"keepAuthIdle": 600,
@@ -33,8 +33,8 @@ angular.module("cesium.config", [])
 		}
 	},
 	"license": {
-		"fr-FR": "license/license_g1-fr-FR",
 		"en": "license/license_g1-en",
+		"fr-FR": "license/license_g1-fr-FR",
 		"es-ES": "license/license_g1-es-ES",
 		"eo-EO": "license/license_g1-eo-EO"
 	},
@@ -83,6 +83,12 @@ angular.module("cesium.config", [])
 			"port": 443
 		}
 	],
+	"developers": [
+		{
+			"name": "Benoit Lavenier",
+			"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
+		}
+	],
 	"plugins": {
 		"es": {
 			"enable": true,
@@ -114,8 +120,8 @@ angular.module("cesium.config", [])
 		}
 	},
 	"version": "1.6.7",
-	"build": "2020-05-06T08:33:48.177Z",
+	"build": "2020-05-06T08:36:54.246Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
-;
+;
\ No newline at end of file
diff --git a/www/manifest.json b/www/manifest.json
index 85ffc9af5..7969871fe 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 1,
-  "version": "1.6.6",
+  "version": "1.6.7",
   "default_locale": "fr",
   "description": "Cesium Wallet for Äž1 libre currency",
   "icons": [
-- 
GitLab