diff --git a/config.xml b/config.xml index 64e036de15566e25f34a4ec3b7d697d8f0e6cbff..f6065a72e9c70cad2f8614578555661bb1bd57b6 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.2" - android-versionCode="902" + version="0.9.3" + android-versionCode="903" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 58ecc3f43ed7829b56c547c143148a17f5519754..b531fe26e60a91cbe4b4dd24f34b6daeae8695f5 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.9.2" #lastest + echo "v0.9.3" #lastest } api_release_url() { diff --git a/package.json b/package.json index ce9842a014410d7a4bab553ab018441d007a3ce6..5798dcee3805b4df67230d4b22c2418a1eebf2c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.9.2", + "version": "0.9.3", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 80ae6d91e0fa1454dd3ea2ca1fd14849b1487c75..2fae1e1ecd10d60d591996f276c6f6c5f94656cf 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -10,35 +10,31 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 60000, - "fallbackLanguage": "fr-FR", - "defaultLanguage": "fr-FR", - "rememberMe": true, + "fallbackLanguage": "en", + "rememberMe": false, "showUDHistory": false, - "timeout": 6000, + "timeout": 10000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, "useLocalStorage": true, "useRelative": true, "initPhase": false, - "expertMode": true, + "expertMode": false, + "decimalCount": 4, "helptip": { - "enable": false, - "installDocUrl": { - "fr-FR": "http://www.le-sou.org/devenir-noeud/", - "en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" - } + "enable": true, + "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" }, "node": { - "host": "fakenet.cgeek.fr", - "port": "10900" + "host": "cgeek.fr", + "port": "9330" }, "plugins": { "es": { - "enable": false, + "enable": true, "askEnable": false, - "host": "localhost", - "port": 9200, - "wsPort": 9400, + "host": "data.duniter.fr", + "port": "80", "notifications": { "txSent": true, "txReceived": true, @@ -47,9 +43,9 @@ angular.module("cesium.config", []) } } }, - "version": "0.9.2", - "build": "2017-01-11T16:51:25.948Z", + "version": "0.9.3", + "build": "2017-01-13T12:49:31.550Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -; +; \ No newline at end of file