diff --git a/config.xml b/config.xml index 7a5c7d391455bf711aa4005f5e17dc0b9d8fb6be..06f05c71308babfe4d4c77cd5d91850ce0bcf79f 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<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"> +<widget android-versionCode="1960" id="fr.duniter.cesium" version="0.19.6" 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 32ae676b7cd60b3c96f3b538eb7baefc556ff8b2..2dfac15b48926dbf8390054809f0b1483b89d13f 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.19.5" #lastest + echo "v0.19.6" #lastest } api_release_url() { diff --git a/package.json b/package.json index 72cecfaa8d9299458292c64d2e67c0edee298e50..bbd9f683a95bd0acae0ecac9b6b452af0b45adf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.19.5", + "version": "0.19.6", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index cfc427d98084325cf630e8ea72b1f88056b408f7..22491691ffda3b7363d2b91be7c3db38b11d8f3d 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -79,8 +79,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.19.5", - "build": "2017-11-10T08:20:08.895Z", + "version": "0.19.6", + "build": "2017-11-11T09:13:39.623Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })