From 1e9e9ab1f6770e06a36cead02842c8ed3d7b4bff Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 16 Jan 2017 11:54:18 +0100 Subject: [PATCH] v0.9.5 --- 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 650371dd5..ebe9ed8ce 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.9.4" - android-versionCode="904" + version="0.9.5" + android-versionCode="905" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 5ecaedeb8..b7ed24945 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.9.4" #lastest + echo "v0.9.5" #lastest } api_release_url() { diff --git a/package.json b/package.json index 8d5541860..89cd9dcdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.9.4", + "version": "0.9.5", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index bfc4ec281..ba2406f4e 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -21,6 +21,7 @@ angular.module("cesium.config", []) "initPhase": false, "expertMode": false, "decimalCount": 4, + "compatProtocol_0_80": true, "helptip": { "enable": true, "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" @@ -43,8 +44,8 @@ angular.module("cesium.config", []) } } }, - "version": "0.9.4", - "build": "2017-01-13T18:05:19.807Z", + "version": "0.9.5", + "build": "2017-01-16T10:53:44.147Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab