From 99caf2d879a43e6fe09ffacfc33c151e1d79086b Mon Sep 17 00:00:00 2001
From: Bertrand Presles <bpresles@gmail.com>
Date: Sat, 19 Oct 2019 10:53:52 +0200
Subject: [PATCH] Forgotten files for 1.4.7

---
 install.sh        | 2 +-
 www/manifest.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh
index c3ca55507..cd41899c9 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v1.4.6" #lastest
+  echo "v1.4.7" #lastest
 }
 
 api_release_url() {
diff --git a/www/manifest.json b/www/manifest.json
index 3ed638f0a..1a44d30e9 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 1,
-  "version": "1.4.6",
+  "version": "1.4.7",
   "default_locale": "fr",
   "description": "Manage your Duniter Wallet on a libre currency, like Äž1",
   "icons": [
-- 
GitLab