From 4e06ce5d779e5d847750e053124769d70c4dabc4 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Mon, 13 Apr 2020 23:21:59 +0200
Subject: [PATCH] v1.6.2

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

diff --git a/package.json b/package.json
index 65c14e56..c82b9b7d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "1.6.2-alpha",
+  "version": "1.6.2",
   "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 b324efb5..e771e071 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -97,8 +97,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "1.6.2-alpha",
-	"build": "2020-04-13T18:21:09.482Z",
+	"version": "1.6.2",
+	"build": "2020-04-13T21:21:01.551Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
-- 
GitLab