Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--src/wx/manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index d15a58fc..31ae8d27 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sieve",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Configures server-side sieve email filters",
"directories": {
"doc": "docs",
diff --git a/src/wx/manifest.json b/src/wx/manifest.json
index fe9f0d7b..9af2868a 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.0",
+ "version": "0.5.1",
"icons": {
"64": "libs/icons/linux.png"
},