Skip to content

Commit

Permalink
Bump Version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thsmi committed Nov 8, 2021
1 parent 3b9110b commit 360dac0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion docs/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"addons": {
"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",
Expand Down Expand Up @@ -115,4 +125,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -36,4 +36,4 @@
"url": "https://github.com/thsmi/sieve/issues"
},
"homepage": "https://github.com/thsmi/sieve#readme"
}
}
2 changes: 1 addition & 1 deletion src/wx/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Sieve",
"description": "__MSG_extensionDescription__",
"version": "0.6.0",
"version": "0.6.1",
"icons": {
"64": "libs/icons/linux.png"
},
Expand Down

0 comments on commit 360dac0

Please sign in to comment.