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>2020-04-12 22:16:51 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2020-04-12 22:16:51 +0300
commitc78acc4d0c08489e18e890d8c035d7869b2eea07 (patch)
tree07913e8afa71d69297a1c5f819ac4d8da0e021fb
parent20d988f479b8c257b66b5da6352699e46f3191c2 (diff)
Bump Version to 0.4.10.4.1
closes #0.4.1
-rw-r--r--package.json4
-rw-r--r--src/wx/manifest.json46
2 files changed, 36 insertions, 14 deletions
diff --git a/package.json b/package.json
index 6bc25222..05796d92 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sieve",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "Configures server-side sieve email filters",
"directories": {
"doc": "docs",
@@ -35,4 +35,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 d274505b..daada384 100644
--- a/src/wx/manifest.json
+++ b/src/wx/manifest.json
@@ -1,9 +1,9 @@
{
"name": "Sieve",
"description": "Manages Sieve Message Filters",
- "version": "0.4.0",
- "icons" : {
- "64" : "libs/icons/linux.png"
+ "version": "0.4.1",
+ "icons": {
+ "64": "libs/icons/linux.png"
},
"applications": {
"gecko": {
@@ -15,33 +15,55 @@
},
"manifest_version": 2,
"permissions": [
- "accountsRead", "tabs", "storage"
+ "accountsRead",
+ "tabs",
+ "storage"
],
-
"experiment_apis": {
"SieveAccountsApi": {
"schema": "api/sieve/SieveAccountsApi.json",
"parent": {
- "scopes": ["addon_parent"],
+ "scopes": [
+ "addon_parent"
+ ],
"script": "api/sieve/SieveAccountsApi.js",
- "paths": [["sieve", "accounts"]]
+ "paths": [
+ [
+ "sieve",
+ "accounts"
+ ]
+ ]
}
},
"SieveSessionApi": {
"schema": "api/sieve/SieveSessionApi.json",
"parent": {
- "scopes": ["addon_parent"],
+ "scopes": [
+ "addon_parent"
+ ],
"script": "api/sieve/SieveSessionApi.js",
- "paths": [["sieve", "session"]]
+ "paths": [
+ [
+ "sieve",
+ "session"
+ ]
+ ]
}
},
"SieveMenuApi": {
"schema": "api/sieve/SieveMenuApi.json",
"parent": {
- "scopes": ["addon_parent"],
+ "scopes": [
+ "addon_parent"
+ ],
"script": "api/sieve/SieveMenuApi.js",
- "paths": [["sieve", "menu"]]
+ "paths": [
+ [
+ "sieve",
+ "menu"
+ ]
+ ]
}
}
}
-}
+} \ No newline at end of file