diff --git a/config.xml b/config.xml index 6cbff6430a541cf40b837861aab72634f4650237..6adb643d9f064a078145830649ec3a162d70a93b 100644 --- a/config.xml +++ b/config.xml @@ -3,8 +3,8 @@ xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="fr.duniter.cesium" - version="0.12.3" - android-versionCode="12300" + version="0.12.4" + android-versionCode="12400" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 8374124924b47f09cc348f0ac12b60dadccabb73..7061728158ec625abd1cf9327c39653fe37e6f89 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.12.3" #lastest + echo "v0.12.4" #lastest } api_release_url() { diff --git a/package.json b/package.json index d55d682b8101e6c38dc0e692c4386c1a9731f80e..e764a3395bbc5f5665703275cea6c7c7f04c2c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.12.3", + "version": "0.12.4", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index cd180eaa0f09685763627a35ae8486a01a10354e..a86441f7b6638470397f0dd26f3a197e061d5800 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -16,6 +16,7 @@ angular.module("cesium.config", []) "timeout": 10000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, + "logoutIlde": 600, "useLocalStorage": false, "useRelative": false, "initPhase": false, @@ -48,8 +49,8 @@ angular.module("cesium.config", []) } } }, - "version": "0.12.3", - "build": "2017-05-17T12:32:45.839Z", + "version": "0.12.4", + "build": "2017-05-18T14:51:20.521Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })