diff --git a/config.xml b/config.xml
index 00a9e6743c2fff5929857b2544bb275dbdfff877..b9cc7209fa4833a84513631b30b1fd539e77af29 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.7"
-  android-versionCode="270"
+  version="0.2.8"
+  android-versionCode="280"
   >
   <name>Cesium</name>
   <description>
diff --git a/install.sh b/install.sh
index b3e016b7cd9abacdf9b03d7fecd9b2d1f0d4e4ed..e5dcfdad30c595329f6d9ab66f402e40dc629b11 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.2.7" #lastest
+  echo "v0.2.8" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 49db00aaddf36a0247af42c0e4afabaed608ae02..6af3f096819c625ee1a48c402ebd952b3dac728b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.2.7",
+  "version": "0.2.8",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 9cb1a2209999653897a82450c61a08678a49551b..74f1edd674c0bb5d0c087174d2f9dcbc8e520115 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -28,8 +28,8 @@ angular.module("cesium.config", [])
 			"port": "9203"
 		}
 	},
-	"version": "0.2.7",
-	"build": "2016-08-25T22:43:12.015Z",
+	"version": "0.2.8",
+	"build": "2016-08-26T11:22:01.232Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })