From 3c7d08cb556f81634df56523b6bebd8921c410d0 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 31 Oct 2016 23:29:05 +0100
Subject: [PATCH] v0.4.6

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

diff --git a/config.xml b/config.xml
index b56f10143..7a6de63eb 100644
--- a/config.xml
+++ b/config.xml
@@ -3,8 +3,8 @@
   xmlns="http://www.w3.org/ns/widgets"
   xmlns:cdv="http://cordova.apache.org/ns/1.0"
   id="fr.duniter.cesium"
-  version="0.4.5"
-  android-versionCode="405"
+  version="0.4.6"
+  android-versionCode="406"
   >
   <name>Cesium</name>
   <description>
diff --git a/install.sh b/install.sh
index 0617132e1..c801afd1c 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.4.5" #lastest
+  echo "v0.4.6" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index de10415f0..056125709 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.4.5",
+  "version": "0.4.6",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 589b5de0c..93cf511c3 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -10,11 +10,10 @@ angular.module("cesium.config", [])
 
 .constant("csConfig", {
 	"cacheTimeMs": 60000,
-	"fallbackLanguage": "fr-FR",
-	"defaultLanguage": "fr-FR",
-	"rememberMe": true,
+	"fallbackLanguage": "en",
+	"rememberMe": false,
 	"showUDHistory": false,
-	"timeout": 6000,
+	"timeout": 10000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
 	"useLocalStorage": true,
@@ -23,25 +22,22 @@ angular.module("cesium.config", [])
 	"expertMode": false,
 	"helptip": {
 		"enable": true,
-		"installDocUrl": {
-			"fr-FR": "http://www.le-sou.org/devenir-noeud/",
-			"en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
-		}
+		"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
 	},
 	"node": {
-		"host": "duniter.le-sou.org",
-		"port": "9600"
+		"host": "cgeek.fr",
+		"port": "9330"
 	},
 	"plugins": {
 		"es": {
 			"enable": true,
-			"askEnable": true,
-			"host": "data.le-sou.org",
+			"askEnable": false,
+			"host": "data.duniter.fr",
 			"port": "80"
 		}
 	},
-	"version": "0.4.5",
-	"build": "2016-10-31T21:27:03.616Z",
+	"version": "0.4.6",
+	"build": "2016-10-31T22:28:30.870Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-- 
GitLab