From 0755042c94e59a0e7f129172637cbb1bdada9296 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 18 May 2017 16:53:16 +0200 Subject: [PATCH] v0.12.4 --- config.xml | 4 ++-- install.sh | 2 +- package.json | 2 +- www/js/config.js | 5 +++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config.xml b/config.xml index 6cbff6430..6adb643d9 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 837412492..706172815 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 d55d682b8..e764a3395 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 cd180eaa0..a86441f7b 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" }) -- GitLab