diff --git a/config.xml b/config.xml
index fa1a9516dfd1f0a9593246d958f35fc50425dbc2..2c2c8a5ac1acd5ab56b49967f0dde2b70192e2e4 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="19100" id="fr.duniter.cesium" version="0.19.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="19200" id="fr.duniter.cesium" version="0.19.2" 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 9d4e1519b7a93d2b76ec658411782e17d6820a5c..0c6cc76acf97675bb307593bde169418581271c9 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.19.1" #lastest
+  echo "v0.19.2" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 167b71c81aca642a667806c2729c014575765510..996368db4db48098181b8d991bb45aa358d83620 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.19.1",
+  "version": "0.19.2",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 3261fdc7ccb542972cce2511b4e962bc934b2721..29f572c1037fa57254e240f290c2a3819ae2f967 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -79,8 +79,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.19.1",
-	"build": "2017-11-03T09:10:46.344Z",
+	"version": "0.19.2",
+	"build": "2017-11-03T11:48:15.025Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })