diff --git a/config.xml b/config.xml index 96ca6d2a6c403357c4373479c7f78d38ff3c99b8..ab7869bba61a691897df50c0a1b4bde765ebdfe5 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.6" - android-versionCode="906" + version="0.9.7" + android-versionCode="907" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 5382d950c14866b22b62236523e93d6a393d3819..de5c4e3c53f3483608e463dd8af173183835ec2c 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.9.6" #lastest + echo "v0.9.7" #lastest } api_release_url() { diff --git a/package.json b/package.json index 945f132cd59f739c611faf355999f357706982ae..6e9386804cb89e489321fc30a44f4e967b524915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.9.6", + "version": "0.9.7", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index d8d12f57e9f8d0ed453d50606c007effaef1efbb..9a94d0ff607458ffb0be7f0e30200418c3dbd3a1 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -44,8 +44,8 @@ angular.module("cesium.config", []) } } }, - "version": "0.9.6", - "build": "2017-01-16T19:38:18.137Z", + "version": "0.9.7", + "build": "2017-01-17T08:27:57.915Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })