diff --git a/config.xml b/config.xml index b41329b83a3e26dde0142df0f5b02b1e480fc4dc..b1eb6a5853ef08af13438a203bd83571803d6d7b 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 eae698f8eb9f08dcbc2a0da85e34562f1f445e8d..13e31c26b5a2cbbc745f381161ab455159d82907 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 97ca34c89fd3ef3b074f9212d858ffb8390d4873..189ce016a95ce2135f829961b7d0e6a22b327a41 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 f16df22127bcce52669bcae1646f1985b632d77b..640b786a5f07a08b05346c8842a0cbd9f272b618 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