diff --git a/config.xml b/config.xml
index 22ecc58721fd6b07e2f8d9ea36604c1adef7f449..4d68c6292565c933994140c88849c74cebccdf8c 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.5.2"
-  android-versionCode="502"
+  version="0.6.2"
+  android-versionCode="602"
   >
   <name>Cesium</name>
   <description>
diff --git a/install.sh b/install.sh
index 14fdb23cb3cf50f472a561ea987ce82174488309..d8b1be057cf743bb0babcdd63eb92a2b025ce7d1 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.5.2" #lastest
+  echo "v0.6.2" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index abd1d27e4c3899be986cef4c6036899513a5b24e..7a3d69ffd739b80bd92fd068e78dbbf851dfc24a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.5.2",
+  "version": "0.6.2",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index a0e48d279ef5548c54d4f223b7b3561dfabc1749..a5ee638b2488ca7d7ca73bdedb2fd7f3dd5cb9c2 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -10,45 +10,42 @@ 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,
 	"useRelative": true,
 	"initPhase": false,
-	"expertMode": true,
+	"expertMode": false,
+	"decimalCount": 4,
 	"helptip": {
-		"enable": false,
-		"installDocUrl": {
-			"fr-FR": "http://www.le-sou.org/devenir-noeud/",
-			"en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
-		}
+		"enable": true,
+		"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
 	},
 	"node": {
-		"host": "test-net.duniter.fr",
-		"port": "9201"
+		"host": "cgeek.fr",
+		"port": "9330"
 	},
 	"plugins": {
 		"es": {
 			"enable": true,
 			"askEnable": false,
 			"host": "data.duniter.fr",
-			"port": 80,
-			"wsPort": 80,
+			"port": "80",
 			"notifications": {
-				"tx": {
-					"enable": false
-				}
+				"txSent": true,
+				"txReceived": true,
+				"certSent": true,
+				"certReceived": true
 			}
 		}
 	},
-	"version": "0.5.2",
-	"build": "2017-01-05T18:56:38.746Z",
+	"version": "0.6.2",
+	"build": "2017-01-10T17:19:53.406Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-;
+;
\ No newline at end of file