diff --git a/config.xml b/config.xml index 3126dc5673325ebba97a86402b801f20b15c5c17..4cc8cfbc53b2d0d206d9901369ea4a57fc3b2072 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="15700" id="fr.duniter.cesium" version="0.15.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<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"> <name>Cesium</name> <description> An simple App for Duniter wallet diff --git a/install.sh b/install.sh index 1b1cb281ae55f2383f50ce6a7edd8e0e8050fc65..7a84b8d96ccd845e4a651a576e5605213aff6c0c 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.15.7" #lastest + echo "v0.16.0" #lastest } api_release_url() { diff --git a/package.json b/package.json index a2c07034455ffbe88453e6c07f1c444cc973cc2a..858f36e53ef898c870f15f0136a42898e7b06732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.15.7", + "version": "0.16.0", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 87eb4df867a4ea586a64414dcd70d22b68672c76..a3910bd2bf11de96098e28f3d1a0e5fa9836dadf 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -11,7 +11,6 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 300000, "fallbackLanguage": "en", - "debug": true, "rememberMe": true, "showUDHistory": false, "timeout": 300000, @@ -66,9 +65,9 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.15.7", - "build": "2017-08-10T15:30:43.092Z", + "version": "0.16.0", + "build": "2017-08-12T10:16:30.291Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -; +; \ No newline at end of file