From 8fb7a7b9d890a05ea626cdb76fc2eec4b2850a0f Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Fri, 9 Jun 2017 09:06:50 +0200
Subject: [PATCH] v0.12.9

---
 config.xml       | 7 +------
 install.sh       | 2 +-
 package.json     | 2 +-
 www/js/config.js | 2 +-
 4 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/config.xml b/config.xml
index d6d23106d..399b88f07 100644
--- a/config.xml
+++ b/config.xml
@@ -1,10 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget
-  android-versionCode="12800"
-  id="fr.duniter.cesium"
-  version="0.12.8"
-  xmlns="http://www.w3.org/ns/widgets"
-  xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="12900">
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
diff --git a/install.sh b/install.sh
index f865a91f2..c283b6225 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.12.8" #lastest
+  echo "v0.12.9" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 72e691960..269a86afb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.12.8",
+  "version": "0.12.9",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 9f06c3438..6c6faf027 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -60,7 +60,7 @@ angular.module("cesium.config", [])
 		}
 	},
 	"version": "0.12.9",
-	"build": "2017-06-09T06:44:15.139Z",
+	"build": "2017-06-09T07:06:10.583Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-- 
GitLab