From 360dac066910668b5c5f493d1036bc79daf17a7b Mon Sep 17 00:00:00 2001 From: Thomas Schmid Date: Mon, 8 Nov 2021 01:22:27 +0100 Subject: Bump Version to 0.6.1 --- docs/update.json | 12 +++++++++++- package.json | 4 ++-- src/wx/manifest.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/update.json b/docs/update.json index d095e82c..01ba7626 100755 --- a/docs/update.json +++ b/docs/update.json @@ -2,6 +2,16 @@ "addons": { "sieve@mozdev.org": { "updates": [ + { + "version": "0.6.1", + "update_link": "https://github.com/thsmi/sieve/releases/download/0.6.1/sieve-0.6.1.xpi", + "update_info_url": "https://github.com/thsmi/sieve/releases/tag/0.6.1", + "browser_specific_settings": { + "gecko": { + "strict_min_version": "68.0a1" + } + } + }, { "version": "0.6.0", "update_link": "https://github.com/thsmi/sieve/releases/download/0.6.0/sieve-0.6.0.xpi", @@ -115,4 +125,4 @@ ] } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 124fca11..99160477 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sieve", - "version": "0.6.0", + "version": "0.6.1", "description": "Configures server-side sieve email filters", "main": "main_esm.js", "directories": { @@ -36,4 +36,4 @@ "url": "https://github.com/thsmi/sieve/issues" }, "homepage": "https://github.com/thsmi/sieve#readme" -} +} \ No newline at end of file diff --git a/src/wx/manifest.json b/src/wx/manifest.json index 6f6d310c..ca280504 100644 --- a/src/wx/manifest.json +++ b/src/wx/manifest.json @@ -1,7 +1,7 @@ { "name": "Sieve", "description": "__MSG_extensionDescription__", - "version": "0.6.0", + "version": "0.6.1", "icons": { "64": "libs/icons/linux.png" }, -- cgit v1.2.3