From 957615c34abc801f31a7254e41ebd24be049564f Mon Sep 17 00:00:00 2001 From: blavenie Date: Fri, 26 Aug 2016 15:11:07 +0200 Subject: [PATCH] v0.2.9 --- config.xml | 2 +- install.sh | 2 +- package.json | 2 +- www/js/config.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index 585d8563..66fa1c78 100644 --- a/config.xml +++ b/config.xml @@ -3,7 +3,7 @@ xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="fr.duniter.cesium" - version="0.2.8" + version="0.2.9" android-versionCode="290" > Cesium diff --git a/install.sh b/install.sh index e5dcfdad..66468362 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.2.8" #lastest + echo "v0.2.9" #lastest } api_release_url() { diff --git a/package.json b/package.json index 6af3f096..6ab754e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.2.8", + "version": "0.2.9", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 60d3a6a8..82c4b14b 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -28,8 +28,8 @@ angular.module("cesium.config", []) "port": "9203" } }, - "version": "0.2.8", - "build": "2016-08-26T13:06:42.750Z", + "version": "0.2.9", + "build": "2016-08-26T13:10:33.994Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })