From 3af77a615084d608e068ebde49c25fa538c0dd42 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 29 Nov 2017 12:33:58 +0100 Subject: [PATCH] v1.0.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 5549a6db..c9bdfe2b 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="100000" id="fr.duniter.cesium" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="100010" id="fr.duniter.cesium" version="1.0.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 110cb8f2..571690eb 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.0.0" #lastest + echo "v1.0.1" #lastest } api_release_url() { diff --git a/package.json b/package.json index 0b658c0f..6cadc364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.0.0", + "version": "1.0.1", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index eaef75c1..104d50ee 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -79,8 +79,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "1.0.0", - "build": "2017-11-21T09:23:47.626Z", + "version": "1.0.1", + "build": "2017-11-29T11:33:57.162Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab