diff --git a/config.xml b/config.xml
index cc41d8f9190f926476a665844109c908e2539352..227b7ae539ea3128033baf36ae31d78a9bb4fe57 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="100060" id="fr.duniter.cesium" version="1.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="101000" id="fr.duniter.cesium" version="1.1.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 c12bbadc4b870d3263a6446c612733bb49c61901..a31606d1878170377931a4858e760d80ebd7e72b 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v1.0.6" #lastest
+  echo "v1.1.0" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index b54688e9bef1c07ff12415a60dbbb09fd1ae67f2..5cd1f97e111f104ff479ef63a6b3a3913cf71b9a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "1.0.6",
+  "version": "1.1.0",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 2cc6d8a426db84fda0bd81a37d2da8a80949de5e..854be82e4c520ba7dd4833855c95b4c5502fb625 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -12,29 +12,54 @@ angular.module("cesium.config", [])
 	"cacheTimeMs": 300000,
 	"fallbackLanguage": "en",
 	"rememberMe": true,
-	"timeout": 300000,
+	"showUDHistory": true,
+	"timeout": 30000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
+	"keepAuthIlde": 600,
 	"useLocalStorage": true,
 	"useRelative": false,
-	"expertMode": true,
+	"expertMode": false,
 	"decimalCount": 2,
+	"httpsMode": false,
 	"shareBaseUrl": "https://g1.duniter.fr",
 	"helptip": {
-		"enable": false,
+		"enable": true,
 		"installDocUrl": {
 			"fr-FR": "https://duniter.org/fr/wiki/duniter/installer/",
-			"en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
+			"en": "https://duniter.org/en/wiki/duniter/install/"
 		}
 	},
+	"license": {
+		"fr-FR": "license/license_g1-fr-FR",
+		"en": "license/license_g1-en"
+	},
 	"node": {
-		"host": "g1-test.duniter.org",
+		"host": "g1.duniter.org",
 		"port": 443
 	},
 	"fallbackNodes": [
 		{
-			"host": "g1-test.cgeek.fr",
+			"host": "g1.duniter.fr",
+			"port": 443
+		},
+		{
+			"host": "g1.monnaielibreoccitanie.org",
+			"port": 443
+		},
+		{
+			"host": "g1.le-sou.org",
 			"port": 443
+		},
+		{
+			"host": "g1.duniter.org",
+			"port": 443
+		}
+	],
+	"developers": [
+		{
+			"name": "Benoit Lavenier",
+			"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
 		}
 	],
 	"plugins": {
@@ -42,8 +67,18 @@ angular.module("cesium.config", [])
 			"enable": true,
 			"askEnable": true,
 			"useRemoteStorage": true,
-			"host": "g1-test.data.duniter.fr",
+			"host": "g1.data.duniter.fr",
 			"port": 443,
+			"fallbackNodes": [
+				{
+					"host": "g1.data.le-sou.org",
+					"port": 443
+				},
+				{
+					"host": "g1.data.duniter.fr",
+					"port": 443
+				}
+			],
 			"notifications": {
 				"txSent": true,
 				"txReceived": true,
@@ -53,8 +88,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "1.0.6",
-	"build": "2018-08-27T12:18:36.072Z",
+	"version": "1.1.0",
+	"build": "2018-08-27T15:51:55.287Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
diff --git a/www/manifest.json b/www/manifest.json
index 22988374bc1d1f535703e751ed85553e71617c6f..2a1d4b00944699469a03a7f4e65aabe114304b60 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 1,
-  "version": "1.0.6",
+  "version": "1.1.0",
   "default_locale": "fr",
   "description": "Manage your Duniter Wallet on a libre currency, like Äž1",
   "icons": [