diff --git a/config.xml b/config.xml
index 17450f2b9190160823bc94358df38281d24b3e16..7136d1f750df24a972ba7a5c73826dd80c9e7172 100644
--- a/config.xml
+++ b/config.xml
@@ -3,8 +3,8 @@
   xmlns="http://www.w3.org/ns/widgets"
   xmlns:cdv="http://cordova.apache.org/ns/1.0"
   id="fr.duniter.cesium"
-  version="0.2.1"
-  android-versionCode="210"
+  version="0.2.2"
+  android-versionCode="220"
   >
   <name>Cesium</name>
   <description>
diff --git a/package.json b/package.json
index e5ff310e7373597b15e65fb523a5c0902522106c..a9dd3d43bbab9dc08c3e6164263da247aa9ddca8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.2.1",
+  "version": "0.2.2",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index bed9b255e7b587368129c31d7450cc02f2750962..70e1dad95a7ada0c3c19325a2e28f513644add21 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -28,8 +28,8 @@ angular.module("cesium.config", [])
 			"port": "9203"
 		}
 	},
-	"version": "0.2.1",
-	"build": "2016-08-22T07:26:17.571Z",
+	"version": "0.2.2",
+	"build": "2016-08-23T07:06:46.865Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })