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" },