diff --git a/config.xml b/config.xml index 399b88f07d19edc6e8f105704fbae887d51d361e..502579bb49446f6094655eea1176d11bfa6cf929 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="12900"> +<widget android-versionCode="13000"> <name>Cesium</name> <description> An simple App for Duniter wallet diff --git a/install.sh b/install.sh index c283b62250d86c5221d6d52fdd0eb7240a682ca9..1f595fc980d6e0a6ff0e9a729996ffab8567cac4 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.12.9" #lastest + echo "v0.13.0" #lastest } api_release_url() { diff --git a/package.json b/package.json index 269a86afbe4262d8f0dc542edd292e29f2628e16..1011e28541da844baf13edfad592460600f8eb75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.12.9", + "version": "0.13.0", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index e79466e21f9b63a77f3c970219cd825ec3d5a180..609c2f9b5bf01a9d531126e88ddf5c56d40e9e20 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -20,7 +20,7 @@ angular.module("cesium.config", []) "useLocalStorage": true, "useRelative": false, "initPhase": false, - "expertMode": true, + "expertMode": false, "decimalCount": 2, "httpsMode": false, "helptip": { @@ -32,13 +32,22 @@ angular.module("cesium.config", []) "en": "license/license_g1-en.txt" }, "node": { - "host": "g1.duniter.tednet.fr", - "port": "8999", - "useSsl": true + "host": "g1.duniter.org", + "port": "443" }, + "fallbackNodes": [ + { + "host": "g1.duniter.fr", + "port": "443" + }, + { + "host": "g1.duniter.org", + "port": "443" + } + ], "plugins": { "es": { - "enable": false, + "enable": true, "askEnable": false, "host": "g1.data.duniter.fr", "port": "443", @@ -50,9 +59,9 @@ angular.module("cesium.config", []) } } }, - "version": "0.12.9", - "build": "2017-06-09T09:32:01.817Z", + "version": "0.13.0", + "build": "2017-06-21T15:10:10.340Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -; +; \ No newline at end of file