diff --git a/config.xml b/config.xml index 5e6040e433c00b1d41315a6e8c45d7ee75d23ae9..7a5c7d391455bf711aa4005f5e17dc0b9d8fb6be 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="19400" id="fr.duniter.cesium" version="0.19.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="19500" id="fr.duniter.cesium" version="0.19.5" 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 5b10ba5c1767a1f33845768af64a0e6c98f01642..32ae676b7cd60b3c96f3b538eb7baefc556ff8b2 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.19.4" #lastest + echo "v0.19.5" #lastest } api_release_url() { diff --git a/package.json b/package.json index e9ca66180a21bd340584f1ba615962498b874558..72cecfaa8d9299458292c64d2e67c0edee298e50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.19.4", + "version": "0.19.5", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 2c316b4b3287085e33d9b0b6645f50dce9f9a80c..cfc427d98084325cf630e8ea72b1f88056b408f7 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -79,8 +79,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.19.4", - "build": "2017-11-09T18:02:21.589Z", + "version": "0.19.5", + "build": "2017-11-10T08:20:08.895Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })