From 2eaf4ae039081bf95be7ecda92ac67dce175fec6 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Sat, 17 Sep 2016 10:55:55 +0200
Subject: [PATCH] v0.3.3

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

diff --git a/config.xml b/config.xml
index 51156de6b..21930e355 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 9b8988300..8f8b446d2 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 6202efa38..b2547773d 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 056ef96c9..a12654702 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"
 })
 
-- 
GitLab