Skip to content

Commit

Permalink
Bump to new version (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
thsmi authored Nov 15, 2020
1 parent bab75dc commit db3aef3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"addons": {
"[email protected]": {
"updates": [
{
"version": "0.5.3",
"update_link": "https://github.com/thsmi/sieve/releases/download/0.5.3/sieve-0.5.3.xpi",
"update_info_url": "https://github.com/thsmi/sieve/releases/tag/0.5.3",
"browser_specific_settings": {
"gecko": {
"strict_min_version": "68.0a1"
}
}
},
{
"version": "0.5.2",
"update_link": "https://github.com/thsmi/sieve/releases/download/0.5.2/sieve-0.5.2.xpi",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sieve",
"version": "0.5.2",
"version": "0.5.3",
"description": "Configures server-side sieve email filters",
"directories": {
"doc": "docs",
Expand Down
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": "Manages Sieve Message Filters",
"version": "0.5.2",
"version": "0.5.3",
"icons": {
"64": "libs/icons/linux.png"
},
Expand Down

0 comments on commit db3aef3

Please sign in to comment.