From 09d656ccda1e6eb7fea72eff2fab6ea9cf49903b Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 14 Jun 2017 17:17:22 +0200 Subject: [PATCH] v0.4.1 --- config.xml | 4 ++-- install.sh | 2 +- package.json | 2 +- www/js/config.js | 7 +++++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/config.xml b/config.xml index 5385ad1..0c19bf0 100644 --- a/config.xml +++ b/config.xml @@ -3,8 +3,8 @@ xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="fr.gchange" - version="0.4.0" - android-versionCode="4" + version="0.4.1" + android-versionCode="410" > <name>Gchange</name> <description> diff --git a/install.sh b/install.sh index b8260f6..87e6699 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$GCHANGE_DIR" = "_" ]; then fi latest_version() { - echo "v0.4.0" #lastest + echo "v0.4.1" #lastest } api_release_url() { diff --git a/package.json b/package.json index 1f3b574..f2f693c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gchange-client", - "version": "0.4.0", + "version": "0.4.1", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 86a946a..4d61fd4 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -14,6 +14,9 @@ angular.module("cesium.config", []) "cacheTimeMs": 60000, "useLocalStorage": true, "rememberMe": true, + "helptip": { + "enable": false + }, "node": { "host": "g1.duniter.org", "port": "443" @@ -66,8 +69,8 @@ angular.module("cesium.config", []) } } }, - "version": "0.4.0", - "build": "2017-06-14T10:59:31.142Z", + "version": "0.4.1", + "build": "2017-06-14T15:16:49.783Z", "newIssueUrl": "https://github.com/duniter-gchange/gchange-client/issues/new?labels=bug" }) -- GitLab