diff --git a/config.xml b/config.xml
index 4733e9edaff8e89360b321ad8c6c5711903f6a8b..e5342200272df8df63c40e45fcf0574aa8bb2fff 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="15400" id="fr.duniter.cesium" version="0.15.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="15500" id="fr.duniter.cesium" version="0.15.5" 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 1e0f56b18e08bcaeb0fb86d2269dcab3c561117c..3f763e2fcb2524f2fd119856cd1aef22b852bdfa 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.15.4" #lastest
+  echo "v0.15.5" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index e196e9152f590ddc9b13b62419baaa906acaf840..0ecc0dd65df2b1efc16838cf6a686a977b4975e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cesium",
-    "version": "0.15.4",
+    "version": "0.15.5",
     "description": "Unhosted webapp client for Duniter network",
     "repository": {
         "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 21f98ce56cd663b88519b64cb01c28a914f9885f..920f22d51589916b60ead090af586647dae3dee3 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -59,8 +59,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.15.4",
-	"build": "2017-08-07T12:52:08.393Z",
+	"version": "0.15.5",
+	"build": "2017-08-08T15:24:29.307Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })