From 7b808aa67d10907c481bb9e618d8acf9a8a99a2a Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Fri, 7 Jul 2017 18:01:40 +0200
Subject: [PATCH] v0.13.1

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

diff --git a/config.xml b/config.xml
index 502579bb4..e9b7563bf 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="13000">
+<widget android-versionCode="13100">
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
diff --git a/install.sh b/install.sh
index 1f595fc98..0100ccd9b 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.13.0" #lastest
+  echo "v0.13.1" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 1011e2854..81441d704 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.13.0",
+  "version": "0.13.1",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 656faa9b5..ee74d6ac7 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -16,30 +16,40 @@ angular.module("cesium.config", [])
 	"timeout": 300000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
+	"logoutIlde": 600,
 	"useLocalStorage": true,
 	"useRelative": false,
-	"expertMode": true,
+	"expertMode": false,
 	"decimalCount": 2,
+	"httpsMode": false,
 	"helptip": {
 		"enable": true,
 		"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
 	},
+	"license": {
+		"fr-FR": "license/license_g1-fr-FR.txt",
+		"en": "license/license_g1-en.txt"
+	},
 	"node": {
-		"host": "g1-test.duniter.org",
-		"port": 443
+		"host": "g1.duniter.org",
+		"port": "443"
 	},
 	"fallbackNodes": [
 		{
-			"host": "g1-test.cgeek.fr",
-			"port": 443
+			"host": "g1.duniter.fr",
+			"port": "443"
+		},
+		{
+			"host": "g1.duniter.org",
+			"port": "443"
 		}
 	],
 	"plugins": {
 		"es": {
 			"enable": true,
 			"askEnable": false,
-			"host": "g1-test.data.duniter.fr",
-			"port": 443,
+			"host": "g1.data.duniter.fr",
+			"port": "443",
 			"notifications": {
 				"txSent": true,
 				"txReceived": true,
@@ -48,8 +58,8 @@ angular.module("cesium.config", [])
 			}
 		}
 	},
-	"version": "0.13.0",
-	"build": "2017-07-04T17:40:16.967Z",
+	"version": "0.13.1",
+	"build": "2017-07-07T16:00:58.724Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-- 
GitLab