diff --git a/config.xml b/config.xml
index 51156de6b935408306ac99be90ac08cefe745577..21930e35592438a94f2308f432e0a21f33b8d9c4 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.3.2"
-  android-versionCode="302"
+  version="0.3.3"
+  android-versionCode="303"
   >
   <name>Cesium</name>
   <description>
diff --git a/install.sh b/install.sh
index 9b898830065bbf054050ff237346eaef9a130af8..8f8b446d28e13f1196c0cec90284ffc7cbefcc91 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.3.2" #lastest
+  echo "v0.3.3" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 6202efa3857039f850079c970cfd444c72306e75..b2547773dde3fe3e1cd529bfff069de29b7b18c3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.3.2",
+  "version": "0.3.3",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 056ef96c9d111f0bb7fd76acf16bd146f06cf5b8..a12654702aab05360b486f1f52c288c83c0bccb2 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -28,8 +28,8 @@ angular.module("cesium.config", [])
 			"port": "80"
 		}
 	},
-	"version": "0.3.2",
-	"build": "2016-09-17T08:26:40.943Z",
+	"version": "0.3.3",
+	"build": "2016-09-17T08:55:23.638Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })