diff --git a/config.xml b/config.xml
index a65f96ef3e815eb5f6430469b42b1a4ec88b1b67..e9b7563bff4ddd398c296d9b1ea95bffefc6a149 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="13200">
+<widget android-versionCode="13100">
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
diff --git a/install.sh b/install.sh
index 6eb20af15689035d07b3eabc0569ae13135fe756..0100ccd9b04c6203fe729485fe0163e0e212bf76 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.13.2" #lastest
+  echo "v0.13.1" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index ccdac33ff494f7d5dd73ef716484f8590c321884..81441d704985d41220131d7f461a777f52c0c62c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.13.2",
+  "version": "0.13.1",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 4d20c9cb0facc1aecc75eb3c89a8182fe37ae060..300ba257466c579c4aa9f3930ee47c21cfb444bd 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -58,8 +58,8 @@ angular.module("cesium.config", [])
 			}
 		}
 	},
-	"version": "0.13.2",
-	"build": "2017-07-07T20:44:25.485Z",
+	"version": "0.13.1",
+	"build": "2017-07-07T21:11:28.834Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })