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 <schmid-thomas@gmx.net>2021-11-08 03:22:27 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2021-11-08 03:22:27 +0300
commit360dac066910668b5c5f493d1036bc79daf17a7b (patch)
tree68d4cfc6422363d0e14f6f837fcb7002bf7cfaf6
parent3b9110b9c730e01f92b054cb481a0ae7dec1073a (diff)
Bump Version to 0.6.10.6.1
-rwxr-xr-xdocs/update.json12
-rw-r--r--package.json4
-rw-r--r--src/wx/manifest.json2
3 files changed, 14 insertions, 4 deletions
diff --git a/docs/update.json b/docs/update.json
index d095e82c..01ba7626 100755
--- a/docs/update.json
+++ b/docs/update.json
@@ -3,6 +3,16 @@
"sieve@mozdev.org": {
"updates": [
{
+ "version": "0.6.1",
+ "update_link": "https://github.com/thsmi/sieve/releases/download/0.6.1/sieve-0.6.1.xpi",
+ "update_info_url": "https://github.com/thsmi/sieve/releases/tag/0.6.1",
+ "browser_specific_settings": {
+ "gecko": {
+ "strict_min_version": "68.0a1"
+ }
+ }
+ },
+ {
"version": "0.6.0",
"update_link": "https://github.com/thsmi/sieve/releases/download/0.6.0/sieve-0.6.0.xpi",
"update_info_url": "https://github.com/thsmi/sieve/releases/tag/0.6.0",
@@ -115,4 +125,4 @@
]
}
}
-}
+} \ No newline at end of file
diff --git a/package.json b/package.json
index 124fca11..99160477 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sieve",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Configures server-side sieve email filters",
"main": "main_esm.js",
"directories": {
@@ -36,4 +36,4 @@
"url": "https://github.com/thsmi/sieve/issues"
},
"homepage": "https://github.com/thsmi/sieve#readme"
-}
+} \ No newline at end of file
diff --git a/src/wx/manifest.json b/src/wx/manifest.json
index 6f6d310c..ca280504 100644
--- a/src/wx/manifest.json
+++ b/src/wx/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Sieve",
"description": "__MSG_extensionDescription__",
- "version": "0.6.0",
+ "version": "0.6.1",
"icons": {
"64": "libs/icons/linux.png"
},