diff --git a/config.xml b/config.xml
index 5549a6db1bc531917fbfe5dde2cc923c6307de41..c9bdfe2b116244978c278b352b517808b7587a1a 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="100000" id="fr.duniter.cesium" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="100010" id="fr.duniter.cesium" version="1.0.1" 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 110cb8f29cb558c2c6b9c6f249feff9303e171d6..571690eb00537dd2e03039e00686503eed3540eb 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v1.0.0" #lastest
+  echo "v1.0.1" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 0b658c0f9f36bb1a4581694a476a46f51a0f554c..6cadc36498a8b29d0e32500a5421ab62096409b1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index eaef75c125aa4902d4bc52cd3282a09e3b44ca5a..104d50eeaf40967490403128c5e432c438c08ffb 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -79,8 +79,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "1.0.0",
-	"build": "2017-11-21T09:23:47.626Z",
+	"version": "1.0.1",
+	"build": "2017-11-29T11:33:57.162Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })