From 545ec0d2538e1b93ca1fe272ae8478662039d658 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Mon, 4 Nov 2019 16:25:45 +0100 Subject: [PATCH] v1.4.10 --- config.xml | 2 +- install.sh | 2 +- www/js/config.js | 2 +- www/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index 2f9cf0e15..a1ae7a35e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<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"> +<widget android-versionCode="104010" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.10" 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 f95c40ceb..3ec8ee9f4 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.4.9" #lastest + echo "v1.4.10" #lastest } api_release_url() { diff --git a/www/js/config.js b/www/js/config.js index 487ac1968..a66250dad 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-11-04T15:08:13.178Z", + "build": "2019-11-04T15:25:02.269Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) diff --git a/www/manifest.json b/www/manifest.json index 0f0e1b169..2a4415bed 100644 --- a/www/manifest.json +++ b/www/manifest.json @@ -2,7 +2,7 @@ "short_name": "Cesium", "name": "Cesium", "manifest_version": 1, - "version": "1.4.9", + "version": "1.4.10", "default_locale": "fr", "description": "Manage your Duniter Wallet on a libre currency, like Äž1", "icons": [ -- GitLab