From db3aef3a0641a9f07619f04345674e69f22e4570 Mon Sep 17 00:00:00 2001 From: Thomas Schmid Date: Sun, 15 Nov 2020 15:08:14 +0100 Subject: [PATCH] Bump to new version (#439) --- docs/update.json | 10 ++++++++++ package.json | 2 +- src/wx/manifest.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/update.json b/docs/update.json index c0f815da8c..d5226b2322 100755 --- a/docs/update.json +++ b/docs/update.json @@ -2,6 +2,16 @@ "addons": { "sieve@mozdev.org": { "updates": [ + { + "version": "0.5.3", + "update_link": "https://github.com/thsmi/sieve/releases/download/0.5.3/sieve-0.5.3.xpi", + "update_info_url": "https://github.com/thsmi/sieve/releases/tag/0.5.3", + "browser_specific_settings": { + "gecko": { + "strict_min_version": "68.0a1" + } + } + }, { "version": "0.5.2", "update_link": "https://github.com/thsmi/sieve/releases/download/0.5.2/sieve-0.5.2.xpi", diff --git a/package.json b/package.json index 4a514d3736..f7780a808c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sieve", - "version": "0.5.2", + "version": "0.5.3", "description": "Configures server-side sieve email filters", "directories": { "doc": "docs", diff --git a/src/wx/manifest.json b/src/wx/manifest.json index 2a6b6c966e..026cb3f9c3 100644 --- a/src/wx/manifest.json +++ b/src/wx/manifest.json @@ -1,7 +1,7 @@ { "name": "Sieve", "description": "Manages Sieve Message Filters", - "version": "0.5.2", + "version": "0.5.3", "icons": { "64": "libs/icons/linux.png" },