From b082302e21c00d92c5c4314fb71aa2f0eca614f9 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 5 Nov 2018 11:41:24 +0100
Subject: [PATCH] [fix] Fix release script (bad version)

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

diff --git a/config.xml b/config.xml
index 45a338c7..29f05b8f 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="102003" id="fr.duniter.cesium" version="1.test.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="102003" id="fr.duniter.cesium" version="1.2.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
diff --git a/package.json b/package.json
index 0dc58f2d..5add3334 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "1.test.3",
+  "version": "1.2.3",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index d67e331d..391d50db 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -88,9 +88,9 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "1.test.3",
+	"version": "1.2.3",
 	"build": "2018-11-05T10:20:19.544Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
-;
\ No newline at end of file
+;
diff --git a/www/manifest.json b/www/manifest.json
index 07ee4237..0c6a2201 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 1,
-  "version": "1.test.3",
+  "version": "1.2.3",
   "default_locale": "fr",
   "description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
   "icons": [
-- 
GitLab