From 193ef405d0e7d37fa1dc2c985c6c66dc2061d525 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Wed, 2 Aug 2017 20:54:28 +0200
Subject: [PATCH] v0.15.3

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

diff --git a/install.sh b/install.sh
index 709d1c02..1c33ab81 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.15.2" #lastest
+  echo "v0.15.3" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 2e3e42d6..5f415894 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cesium",
-    "version": "0.15.2",
+    "version": "0.15.3",
     "description": "Unhosted webapp client for Duniter network",
     "repository": {
         "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index bee05233..5a330281 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -59,8 +59,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.15.2",
-	"build": "2017-08-02T18:29:52.980Z",
+	"version": "0.15.3",
+	"build": "2017-08-02T18:53:38.178Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-- 
GitLab