diff --git a/config.xml b/config.xml
index a1f2cfe5b0a489ef44a66418352f40a6e4222051..ff890f4542a7794249a2dbf2d44198433859497c 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="17300" id="fr.duniter.cesium" version="0.17.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="17400" id="fr.duniter.cesium" version="0.17.4" 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 f4eb4237de89679851c6c1078da101849bc33941..85dd35165a4b01cfb09c91423afc69edf8d895db 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.17.3" #lastest
+  echo "v0.17.4" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 78d2e8da53dd4bf631a885f6644e83ce7e6a63d4..ec4eecbccb5e34dbadb8244bdd2d73657015df25 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.17.3",
+  "version": "0.17.4",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index ccbb74c6ab597dcfebf1557a324f4cecef02712b..c70b67f8a7211bd4e8fab9dfba79c5eced5ea662 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -66,9 +66,9 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.17.3",
-	"build": "2017-09-20T14:07:41.486Z",
+	"version": "0.17.4",
+	"build": "2017-09-29T11:08:25.406Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-;
+;
\ No newline at end of file