diff --git a/config.xml b/config.xml index 04af6a2642e7ffa0d886a8f27cac88cfd4d231a5..3b7728217b3a075420a345d3497b576208160330 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="18100" id="fr.duniter.cesium" version="0.18.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="18200" id="fr.duniter.cesium" version="0.18.2" 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 a74bd0945ed01a739c8737a55ea4c85c0731f8b1..ecab9b046948495dc1b0dbd62b8d40d286ec0281 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.18.1" #lastest + echo "v0.18.2" #lastest } api_release_url() { diff --git a/package.json b/package.json index bb9dfa3b15efba3d18753c3b2b7b18c23c2deb69..464ac1b0a66ce2f26948dfe307efe610b09053c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.18.1", + "version": "0.18.2", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index a0b36ea363e5511d53556a53c8215666b0040e10..d6516336ba15e5197f2d47887f29f5e7fec88d5a 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -12,7 +12,7 @@ angular.module("cesium.config", []) "cacheTimeMs": 300000, "fallbackLanguage": "en", "rememberMe": true, - "showUDHistory": false, + "showUDHistory": true, "timeout": 30000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, @@ -69,8 +69,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.18.1", - "build": "2017-10-14T08:34:48.232Z", + "version": "0.18.2", + "build": "2017-10-14T08:49:05.524Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })