From 2f24c043fc363acfa2fde373e085610cce4f0f2b Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Fri, 6 Mar 2020 14:30:11 +0100 Subject: [PATCH] v1.5.5 --- config.xml | 2 +- install.sh | 2 +- package.json | 2 +- resources/web-ext/manifest.json | 2 +- www/js/config.js | 8 ++++---- www/manifest.json | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config.xml b/config.xml index 956d1e3f0..37ebf7d55 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="105004" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="105005" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.5" 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 447b60d45..295612bcb 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.5.4" #lastest + echo "v1.5.5" #lastest } api_release_url() { diff --git a/package.json b/package.json index bd69ba85a..2cb47ba88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.5.4", + "version": "1.5.5", "description": "Cesium Wallet for G1 libre currency", "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>", "license": "AGPL-3.0", diff --git a/resources/web-ext/manifest.json b/resources/web-ext/manifest.json index cfda16dfb..f65b20072 100644 --- a/resources/web-ext/manifest.json +++ b/resources/web-ext/manifest.json @@ -2,7 +2,7 @@ "short_name": "Cesium", "name": "Cesium", "manifest_version": 2, - "version": "1.5.4", + "version": "1.5.5", "description": "Manage your Duniter Wallet on a libre currency, like Äž1", "background": { "scripts": ["background.js"] diff --git a/www/js/config.js b/www/js/config.js index 4b97e52c7..c8c2e9c6e 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -38,8 +38,8 @@ angular.module("cesium.config", []) }, "feed": { "jsonFeed": { - "fr-FR": "feed.json", - "en": "feed.json" + "fr-FR": "https://g1.duniter.fr/feed-fr.json", + "en": "https://g1.duniter.fr/feed-en.json" }, "maxContentLength": 650 }, @@ -97,8 +97,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "1.5.4", - "build": "2020-03-05T17:29:02.131Z", + "version": "1.5.5", + "build": "2020-03-06T13:29:11.018Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) diff --git a/www/manifest.json b/www/manifest.json index 29261aaf8..d304eb260 100644 --- a/www/manifest.json +++ b/www/manifest.json @@ -2,7 +2,7 @@ "short_name": "Cesium", "name": "Cesium", "manifest_version": 1, - "version": "1.5.4", + "version": "1.5.5", "default_locale": "fr", "description": "Manage your Duniter Wallet on a libre currency, like Äž1", "icons": [ -- GitLab