From 64c15b9e26fb7ac48bcb82af26bda84c39c6fbc7 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 22 Aug 2017 17:33:18 +0200 Subject: [PATCH] v0.17.1 --- 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 37c3f3302..d4e027fa8 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="17000" id="fr.duniter.cesium" version="0.17.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="17100" id="fr.duniter.cesium" version="0.17.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Cesium</name> <description> An simple App for Duniter wallet diff --git a/install.sh b/install.sh index 7f697093e..b21c315fe 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.17.0" #lastest + echo "v0.17.1" #lastest } api_release_url() { diff --git a/package.json b/package.json index 4d81451b3..624e0ac97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.17.0", + "version": "0.17.1", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index d852c83d5..f08c7b49d 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -66,8 +66,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.17.0", - "build": "2017-08-22T10:18:37.850Z", + "version": "0.17.1", + "build": "2017-08-22T15:32:20.480Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab