From 07aaa5e4ea01f2b556b8546f979633ed54339c15 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 3 Nov 2017 12:49:16 +0100 Subject: [PATCH] v0.19.2 --- 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 fa1a9516d..2c2c8a5ac 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="19100" id="fr.duniter.cesium" version="0.19.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="19200" id="fr.duniter.cesium" version="0.19.2" 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 9d4e1519b..0c6cc76ac 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.19.1" #lastest + echo "v0.19.2" #lastest } api_release_url() { diff --git a/package.json b/package.json index 167b71c81..996368db4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.19.1", + "version": "0.19.2", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 3261fdc7c..29f572c10 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -79,8 +79,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.19.1", - "build": "2017-11-03T09:10:46.344Z", + "version": "0.19.2", + "build": "2017-11-03T11:48:15.025Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab