From b4fcee6c9f90d040d7b6ebd8b68b1af7edf2ee3c Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Fri, 14 Aug 2020 13:16:49 +0200
Subject: [PATCH] v1.6.8

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

diff --git a/install.sh b/install.sh
index ff3755aae..63125bd1e 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v1.6.7" #lastest
+  echo "v1.6.8" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 96899ea4b..a7164e214 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "1.6.7",
+  "version": "1.6.8",
   "description": "Cesium Wallet for G1 libre currency",
   "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
   "license": "AGPL-3.0",
diff --git a/www/js/config.js b/www/js/config.js
index 045782e1d..027cc2d62 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -119,8 +119,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "1.6.7",
-	"build": "2020-08-11T08:40:38.369Z",
+	"version": "1.6.8",
+	"build": "2020-08-14T11:14:48.612Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
diff --git a/www/manifest.json b/www/manifest.json
index 2fb9d5a17..6a7f617d3 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 1,
-  "version": "1.6.7",
+  "version": "1.6.8",
   "default_locale": "fr",
   "description": "Cesium Wallet for Äž1 libre currency",
   "icons": [
-- 
GitLab