diff --git a/config.xml b/config.xml index 4cc8cfbc53b2d0d206d9901369ea4a57fc3b2072..3be1a10ae2e258b809198c80afb574adf64b6534 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="160" id="fr.duniter.cesium" version="0.16.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="16100" id="fr.duniter.cesium" version="0.16.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Cesium</name> <description> An simple App for Duniter wallet diff --git a/install.sh b/install.sh index 7a84b8d96ccd845e4a651a576e5605213aff6c0c..e602dd2155793bdf1ae389fdbf0e2cd7c87beca0 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.16.0" #lastest + echo "v0.16.1" #lastest } api_release_url() { diff --git a/package.json b/package.json index 858f36e53ef898c870f15f0136a42898e7b06732..53de2654d1fae81caf13e5cd1b1bbba08fdf1c89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.16.0", + "version": "0.16.1", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 8efa94f927edb9078083ebe5086a31d16e454b3e..19d1a4f9d8ca791562551b2910a804cdb2512c4a 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -22,7 +22,7 @@ angular.module("cesium.config", []) "expertMode": false, "decimalCount": 2, "httpsMode": false, - "shareBaseUrl": "https://g1.duniter.fr", + "shareBaseUrl": "https://g1.duniter.fr", "helptip": { "enable": true, "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" @@ -66,9 +66,9 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.16.0", - "build": "2017-08-12T10:33:56.413Z", + "version": "0.16.1", + "build": "2017-08-21T16:34:01.720Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -; +; \ No newline at end of file