From a1ba5684956d5de8283e9753b2e99a22ddd6058e Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 5 Nov 2018 11:16:12 +0100 Subject: [PATCH] v1.2.3 --- config.xml | 2 +- install.sh | 2 +- www/js/config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index 82041a85..45a338c7 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="102002" 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.test.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/install.sh b/install.sh index 47d09902..a9dd3fc9 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.test.3" #lastest + echo "v1.2.3" #lastest } api_release_url() { diff --git a/www/js/config.js b/www/js/config.js index 7922f525..cdafa87a 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -89,7 +89,7 @@ angular.module("cesium.config", []) } }, "version": "1.test.3", - "build": "2018-10-31T03:44:33.306Z", + "build": "2018-11-05T10:15:05.485Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) -- GitLab