From 415bedc832e53b3efacca1ba11f7a5336fe6a975 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 15 Feb 2017 18:48:50 +0100 Subject: [PATCH] v0.9.31 --- config.xml | 4 ++-- install.sh | 2 +- package.json | 2 +- www/js/config.js | 17 ++++++++--------- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/config.xml b/config.xml index b41329b83..b1eb6a585 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.duniter.cesium" - version="0.9.30" - android-versionCode="9300" + version="0.9.31" + android-versionCode="9310" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index eae698f8e..13e31c26b 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.9.30" #lastest + echo "v0.9.31" #lastest } api_release_url() { diff --git a/package.json b/package.json index 97ca34c89..189ce016a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.9.30", + "version": "0.9.31", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index f16df2212..640b786a5 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -18,25 +18,24 @@ angular.module("cesium.config", []) "timeWarningExpire": 7776000, "useLocalStorage": true, "useRelative": true, - "initPhase": true, + "initPhase": false, "expertMode": false, "decimalCount": 4, - "httpsMode": "clever", - "httpsModeDebug": true, + "httpsMode": false, "helptip": { "enable": true, "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" }, "node": { - "host": "g1.duniter.org", - "port": 443 + "host": "gtest.duniter.org", + "port": "10900" }, "plugins": { "es": { "enable": true, "askEnable": false, "host": "data.gtest.duniter.fr", - "port": 80, + "port": "80", "notifications": { "txSent": true, "txReceived": true, @@ -45,9 +44,9 @@ angular.module("cesium.config", []) } } }, - "version": "0.9.30", - "build": "2017-02-15T17:37:29.073Z", + "version": "0.9.31", + "build": "2017-02-15T17:48:36.110Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -; +; \ No newline at end of file -- GitLab