From 1f7dfe8904bb0d9cf165a45d952311c869b06de8 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Thu, 29 Sep 2016 18:32:18 +0200
Subject: [PATCH] v0.3.7

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

diff --git a/config.xml b/config.xml
index c8a40fa1d..4ffa15b6c 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.6"
-  android-versionCode="306"
+  version="0.3.7"
+  android-versionCode="307"
   >
   <name>Cesium</name>
   <description>
diff --git a/install.sh b/install.sh
index 851b41311..803225e54 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.3.6" #lastest
+  echo "v0.3.7" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 262502025..491910a6f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.3.6",
+  "version": "0.3.7",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 3bff38dd4..aff993132 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -29,7 +29,7 @@ angular.module("cesium.config", [])
 		}
 	},
 	"version": "0.3.7",
-	"build": "2016-09-29T16:28:41.193Z",
+	"build": "2016-09-29T16:31:44.030Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-- 
GitLab