diff --git a/config.xml b/config.xml index 1548e0f6d141ccfc959e094f13356409ba94221f..f9123f4f9ffe0ec8216c17f468679af14d388e6b 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.11.6" - android-versionCode="11600" + version="0.11.7" + android-versionCode="11700" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index e116f4280c0bff8c14bf7a50fcf879377daea531..9a3ac40047ecea5f4054cd527852570d0114b538 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.11.6" #lastest + echo "v0.11.7" #lastest } api_release_url() { diff --git a/package.json b/package.json index 02e65500d9bbf8512c1cead46050b2b069111ff8..d4aa0b3640166d1e729a79cba21233f78e7e99cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.11.6", + "version": "0.11.7", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index d4a8108259824609ceb47ea4a7fa8cb28c73c75f..cb6f9239f77f9d2a29481e0dcb53846d6812adcf 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -16,24 +16,26 @@ angular.module("cesium.config", []) "timeout": 10000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, - "useLocalStorage": true, + "useLocalStorage": false, "useRelative": false, - "expertMode": true, - "decimalCount": 4, + "initPhase": false, + "expertMode": false, + "decimalCount": 2, + "httpsMode": false, "helptip": { "enable": true, "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" }, "node": { - "host": "gtest.duniter.org", - "port": 10900 + "host": "g1.duniter.org", + "port": "443" }, "plugins": { "es": { "enable": true, "askEnable": false, - "host": "data.gtest.duniter.fr", - "port": 80, + "host": "g1.data.duniter.fr", + "port": "443", "notifications": { "txSent": true, "txReceived": true, @@ -42,8 +44,8 @@ angular.module("cesium.config", []) } } }, - "version": "0.11.6", - "build": "2017-03-15T07:26:50.512Z", + "version": "0.11.7", + "build": "2017-03-15T16:48:23.199Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })