diff --git a/config.xml b/config.xml
index 3be1a10ae2e258b809198c80afb574adf64b6534..37c3f33027c6891b2e4ba0f9b513beeb4686c2c4 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="16100" id="fr.duniter.cesium" version="0.16.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="17000" id="fr.duniter.cesium" version="0.17.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 e602dd2155793bdf1ae389fdbf0e2cd7c87beca0..7f697093e3bacdf409554b5e0abb0e48832a6a79 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.16.1" #lastest
+  echo "v0.17.0" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 09851551ffec3efcded9e698efb19af744dc11fe..4d81451b3d2f31cf0a61abc2d9a2f9abd9365f1f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.16.1",
+  "version": "0.17.0",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 25377cb554f9bf652acbcbbd003a308c2b283139..cf8136ed91a0ed82423e9519bc25f0072a8ed7d9 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -66,8 +66,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.16.1",
-	"build": "2017-08-22T06:59:53.332Z",
+	"version": "0.17.0",
+	"build": "2017-08-22T09:47:11.512Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })