From 7f313d805c7eac9c8f2cca7b8576ff826b442d87 Mon Sep 17 00:00:00 2001 From: blavenie Date: Sat, 4 Nov 2017 11:41:15 +0100 Subject: [PATCH] v0.19.3 --- 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 2c2c8a5a..46c90511 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Cesium An simple App for Duniter wallet diff --git a/install.sh b/install.sh index 0c6cc76a..86dcd874 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.19.2" #lastest + echo "v0.19.3" #lastest } api_release_url() { diff --git a/package.json b/package.json index 996368db..f9feef70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.19.2", + "version": "0.19.3", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index b09823bb..1cf8d3b3 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -79,8 +79,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.19.2", - "build": "2017-11-03T14:04:24.991Z", + "version": "0.19.3", + "build": "2017-11-04T10:40:18.557Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })