From 5add274478dd9dfd35fa6580cd73a3d52131cb95 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Fri, 3 Jan 2020 22:09:50 +0100
Subject: [PATCH] v1.4.19

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

diff --git a/install.sh b/install.sh
index a7fd0f1f..53ac3508 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v1.4.18" #lastest
+  echo "v1.4.19" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 113a4da6..915b52a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "1.4.18",
+  "version": "1.4.19",
   "description": "Cesium Wallet for G1 libre currency",
   "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
   "license": "AGPL-3.0",
@@ -216,4 +216,4 @@
   "engines": {
     "yarn": ">= 1.0.0"
   }
-}
+}
\ No newline at end of file
diff --git a/www/js/config.js b/www/js/config.js
index ca638509..053ac87c 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -93,8 +93,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "1.4.18",
-	"build": "2019-12-31T11:21:28.655Z",
+	"version": "1.4.19",
+	"build": "2020-01-03T21:08:48.459Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
diff --git a/www/manifest.json b/www/manifest.json
index b0fb0530..f6112204 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 1,
-  "version": "1.4.18",
+  "version": "1.4.19",
   "default_locale": "fr",
   "description": "Manage your Duniter Wallet on a libre currency, like Äž1",
   "icons": [
-- 
GitLab