diff --git a/config.xml b/config.xml index 1b9e40da6146368e104ffc7b86e815722c7f4dc6..d0c13a8388f8d63a7d3f17e51ef2a983178af231 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.3.13" - android-versionCode="313" + version="0.3.14" + android-versionCode="314" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 03823d3b2f4b5d887e911029fbc3a1002dc17198..91aeb77a33e969776f4a1a74646ef99c8a9ce98e 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.3.13" #lastest + echo "v0.3.14" #lastest } api_release_url() { diff --git a/package.json b/package.json index 80d3df4a793d1b1ba9ce9bbe6845f94b80cc9aba..8f48d6ae895e5eb40f4a5b95428e5797286c50d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.3.13", + "version": "0.3.14", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 6101ab27fa314dce497d4ed332afaae57e09b13c..3db42dfee690baf8da5204ce65adf4143211a238 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -11,27 +11,27 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 60000, "fallbackLanguage": "en", - "rememberMe": true, + "rememberMe": false, "showUDHistory": false, - "timeout": 6000, + "timeout": 4000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, - "useLocalStorage": true, + "useLocalStorage": false, "useRelative": true, - "initPhase": true, + "initPhase": false, "node": { - "host": "192.168.0.28", - "port": "9604" + "host": "test-net.duniter.fr", + "port": "9201" }, "plugins": { "es": { - "enable": false, - "host": "192.168.0.5", - "port": "9203" + "enable": true, + "host": "data.duniter.fr", + "port": "80" } }, - "version": "0.3.13", - "build": "2016-10-05T06:32:42.629Z", + "version": "0.3.14", + "build": "2016-10-05T10:32:29.532Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })