From a20fcf2d1ec9c50ca1b4198c0ccecba41b7351cc Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 21 Aug 2017 18:34:42 +0200 Subject: [PATCH] v0.16.1 --- config.xml | 2 +- install.sh | 2 +- package.json | 2 +- www/js/config.js | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config.xml b/config.xml index 4cc8cfbc5..3be1a10ae 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="160" id="fr.duniter.cesium" version="0.16.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="16100" id="fr.duniter.cesium" version="0.16.1" 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 7a84b8d96..e602dd215 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.16.0" #lastest + echo "v0.16.1" #lastest } api_release_url() { diff --git a/package.json b/package.json index 858f36e53..53de2654d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.16.0", + "version": "0.16.1", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 8efa94f92..19d1a4f9d 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -22,7 +22,7 @@ angular.module("cesium.config", []) "expertMode": false, "decimalCount": 2, "httpsMode": false, - "shareBaseUrl": "https://g1.duniter.fr", + "shareBaseUrl": "https://g1.duniter.fr", "helptip": { "enable": true, "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" @@ -66,9 +66,9 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.16.0", - "build": "2017-08-12T10:33:56.413Z", + "version": "0.16.1", + "build": "2017-08-21T16:34:01.720Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -; +; \ No newline at end of file -- GitLab