From 871c1f63ac5399a0f7a53f8412d25e97148aa60d Mon Sep 17 00:00:00 2001 From: Thomas Schmid Date: Mon, 13 Apr 2020 00:25:54 +0200 Subject: [PATCH] Bump version to 0.4.2 closes #236 --- docs/update.json | 3 +++ package.json | 2 +- src/wx/manifest.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/update.json b/docs/update.json index 845e6852b7..3f9371ee2d 100755 --- a/docs/update.json +++ b/docs/update.json @@ -2,6 +2,9 @@ "addons": { "sieve@mozdev.org": { "updates": [ + { + "version": "0.4.2" + }, { "version": "0.4.1" }, diff --git a/package.json b/package.json index c360fd73e1..b481427145 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sieve", - "version": "0.4.1", + "version": "0.4.2", "description": "Configures server-side sieve email filters", "directories": { "doc": "docs", diff --git a/src/wx/manifest.json b/src/wx/manifest.json index daada3847f..a35a40c790 100644 --- a/src/wx/manifest.json +++ b/src/wx/manifest.json @@ -1,7 +1,7 @@ { "name": "Sieve", "description": "Manages Sieve Message Filters", - "version": "0.4.1", + "version": "0.4.2", "icons": { "64": "libs/icons/linux.png" },