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:
authorThomas Schmid <thsmi@users.noreply.github.com>2020-09-12 15:25:43 +0300
committerGitHub <noreply@github.com>2020-09-12 15:25:43 +0300
commitbfe2e5a6ee1eec87cfbf226e97654e86b6d692be (patch)
treeec4c74444f4e02cb2ddb9cf08d341a8d3026344a
parentd76a8df97ae90fb272ba364315293d35fc5789e9 (diff)
Bump version to 0.5.1 (#384)0.5.1
Prepare the release and bump the version to 0.5.1
-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"
},