diff --git a/config.xml b/config.xml
index eb978ec5c2ccecd1a66fa0cd29e9395066a090fd..2f8fb856ff640e5a7271eb6867de7d66f22d019a 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="17600" id="fr.duniter.cesium" version="0.17.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="18000" id="fr.duniter.cesium" version="0.18.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 ab8af4aa2eee2c3e313a8de1523cf20a654751a6..0d85f47a99f95654a3a3c74f02def9f8dea406fd 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.17.6" #lastest
+  echo "v0.18.0" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index fb730c5759df7a9b53923811702c747e542fe959..843fcb029eefa2b5dd2a127187794066b6265332 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.17.6",
+  "version": "0.18.0",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 8301fc6ee57fddc074c69280363e2de46c7f87ad..d860ce5a3c01109e5c8e65efad3bdf2217e52147 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -10,9 +10,9 @@ angular.module("cesium.config", [])
 
 .constant("csConfig", {
 	"cacheTimeMs": 300000,
-	"fallbackLanguage": "fr-FR",
-	"defaultLanguage": "fr-FR",
+	"fallbackLanguage": "en",
 	"rememberMe": true,
+	"showUDHistory": false,
 	"timeout": 30000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
@@ -22,11 +22,11 @@ angular.module("cesium.config", [])
 	"expertMode": false,
 	"decimalCount": 2,
 	"httpsMode": false,
-	"shareBaseUrl": "https://g1.le-sou.org",
+	"shareBaseUrl": "https://g1.duniter.fr",
 	"helptip": {
 		"enable": true,
 		"installDocUrl": {
-			"fr-FR": "https://www.le-sou.org/devenir-noeud/",
+			"fr-FR": "https://duniter.org/fr/wiki/duniter/installer/",
 			"en": "https://duniter.org/en/wiki/duniter/install/"
 		}
 	},
@@ -35,28 +35,30 @@ angular.module("cesium.config", [])
 		"en": "license/license_g1-en"
 	},
 	"node": {
-		"host": "g1.le-sou.org",
+		"host": "g1.duniter.org",
 		"port": "443"
 	},
 	"fallbackNodes": [
-		{
-			"host": "g1.duniter.org",
-			"port": "443"
-		},
 		{
 			"host": "g1.duniter.fr",
 			"port": "443"
 		},
 		{
-			"host": "g1.le-sou.org",
+			"host": "g1.duniter.org",
 			"port": "443"
 		}
 	],
+	"developers": [
+		{
+			"name": "Benoit Lavenier",
+			"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
+		}
+	],
 	"plugins": {
 		"es": {
 			"enable": true,
 			"askEnable": false,
-			"host": "g1.data.le-sou.org",
+			"host": "g1.data.duniter.fr",
 			"port": "443",
 			"notifications": {
 				"txSent": true,
@@ -67,8 +69,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.17.6",
-	"build": "2017-10-03T21:22:44.315Z",
+	"version": "0.18.0",
+	"build": "2017-10-12T14:42:36.097Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })