From 0119a321b10d85168ae9dec770d5fb1c8e06c690 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 5 Oct 2016 12:33:09 +0200 Subject: [PATCH] v0.3.14 --- config.xml | 4 ++-- install.sh | 2 +- package.json | 2 +- www/js/config.js | 22 +++++++++++----------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config.xml b/config.xml index 1b9e40da6..d0c13a838 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.3.13" - android-versionCode="313" + version="0.3.14" + android-versionCode="314" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 03823d3b2..91aeb77a3 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.3.13" #lastest + echo "v0.3.14" #lastest } api_release_url() { diff --git a/package.json b/package.json index 80d3df4a7..8f48d6ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.3.13", + "version": "0.3.14", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 6101ab27f..3db42dfee 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -11,27 +11,27 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 60000, "fallbackLanguage": "en", - "rememberMe": true, + "rememberMe": false, "showUDHistory": false, - "timeout": 6000, + "timeout": 4000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, - "useLocalStorage": true, + "useLocalStorage": false, "useRelative": true, - "initPhase": true, + "initPhase": false, "node": { - "host": "192.168.0.28", - "port": "9604" + "host": "test-net.duniter.fr", + "port": "9201" }, "plugins": { "es": { - "enable": false, - "host": "192.168.0.5", - "port": "9203" + "enable": true, + "host": "data.duniter.fr", + "port": "80" } }, - "version": "0.3.13", - "build": "2016-10-05T06:32:42.629Z", + "version": "0.3.14", + "build": "2016-10-05T10:32:29.532Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab