diff --git a/config.xml b/config.xml index 650371dd563b5ad73f8e0dfb48fe81aa6f29127a..ebe9ed8ce63c8d45e65f4b4cb8e785d00f724b07 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 5ecaedeb81e11ba82fb648a27da5e3c69df46b8a..b7ed2494504f9c8afe6f820f1d147396b1b8e1ee 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 8d5541860237bfecb518083d725bdbbe61fbc59f..89cd9dcdb567b749d69ce7b345d4de8ba7478a53 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 bfc4ec2813a2e06c028ab08f94f7a685d3e2eed7..ba2406f4e0a4ef09f63368ee63d259ce7579a208 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" })