From f976ece18bf109d453943f1a099da2d6c1ae06be Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Mon, 4 Nov 2019 16:08:53 +0100 Subject: [PATCH] v1.4.9 --- config.xml | 2 +- install.sh | 2 +- package.json | 2 +- www/js/config.js | 2 +- www/manifest.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index d63ac202..2f9cf0e1 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="104008" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="104009" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.9" 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 7efea578..f95c40ce 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.4.8" #lastest + echo "v1.4.9" #lastest } api_release_url() { diff --git a/package.json b/package.json index 07219fb2..64ea1ce4 100644 --- a/package.json +++ b/package.json @@ -169,4 +169,4 @@ "osx" ] } -} +} \ No newline at end of file diff --git a/www/js/config.js b/www/js/config.js index 9a196656..487ac196 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -94,7 +94,7 @@ angular.module("cesium.config", []) } }, "version": "1.4.8", - "build": "2019-10-28T15:15:43.927Z", + "build": "2019-11-04T15:08:13.178Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) diff --git a/www/manifest.json b/www/manifest.json index 31a223f0..0f0e1b16 100644 --- a/www/manifest.json +++ b/www/manifest.json @@ -2,7 +2,7 @@ "short_name": "Cesium", "name": "Cesium", "manifest_version": 1, - "version": "1.4.8", + "version": "1.4.9", "default_locale": "fr", "description": "Manage your Duniter Wallet on a libre currency, like Äž1", "icons": [ -- GitLab