diff --git a/config.xml b/config.xml
index 502579bb49446f6094655eea1176d11bfa6cf929..e9b7563bff4ddd398c296d9b1ea95bffefc6a149 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 1f595fc980d6e0a6ff0e9a729996ffab8567cac4..0100ccd9b04c6203fe729485fe0163e0e212bf76 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 1011e28541da844baf13edfad592460600f8eb75..81441d704985d41220131d7f461a777f52c0c62c 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 656faa9b50ad3ab225d1aaa91d18ac5603af0865..ee74d6ac74beefe0793d96d42032c199f27b7f3b 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"
 })