From f3c78058400056a8c8495f0b810b476dfda7afb1 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Tue, 17 Mar 2020 17:54:53 +0100 Subject: [PATCH] v1.6.1 --- config.xml | 2 +- install.sh | 2 +- package.json | 4 ++-- resources/web-ext/manifest.json | 2 +- www/js/config.js | 4 ++-- www/manifest.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.xml b/config.xml index 2f7f578d5..a72c15718 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="106000" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="106011" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.1" 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 efafe4aba..81b4c5453 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.6.0" #lastest + echo "v1.6.1" #lastest } api_release_url() { diff --git a/package.json b/package.json index 2953361fe..51e0f34c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.6.0", + "version": "1.6.1", "description": "Cesium Wallet for G1 libre currency", "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>", "license": "AGPL-3.0", @@ -215,4 +215,4 @@ "engines": { "yarn": ">= 1.0.0" } -} +} \ No newline at end of file diff --git a/resources/web-ext/manifest.json b/resources/web-ext/manifest.json index ab92b1607..5061548b9 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.6.0", + "version": "1.6.1", "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 30f0406e4..e766b7dfd 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -97,8 +97,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "1.6.0", - "build": "2020-03-17T16:05:04.128Z", + "version": "1.6.1", + "build": "2020-03-17T16:53:39.290Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) diff --git a/www/manifest.json b/www/manifest.json index 014937391..03c18a127 100644 --- a/www/manifest.json +++ b/www/manifest.json @@ -2,7 +2,7 @@ "short_name": "Cesium", "name": "Cesium", "manifest_version": 1, - "version": "1.6.0", + "version": "1.6.1", "default_locale": "fr", "description": "Manage your Duniter Wallet on a libre currency, like Äž1", "icons": [ -- GitLab