Skip to content

Commit

Permalink
Bump version to v3.0.20 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvelezpo authored Oct 17, 2023
1 parent 03ae1f5 commit db2fbca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/manifests/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"page": "options.html"
},
"permissions": ["alarms", "tabs", "storage", "idle"],
"version": "3.0.19"
"version": "3.0.20"
}
2 changes: 1 addition & 1 deletion src/manifests/edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"page": "options.html"
},
"permissions": ["alarms", "tabs", "storage", "idle"],
"version": "3.0.19"
"version": "3.0.20"
}
2 changes: 1 addition & 1 deletion src/manifests/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"page": "options.html"
},
"permissions": ["<all_urls>", "alarms", "tabs", "storage", "idle"],
"version": "3.0.19"
"version": "3.0.20"
}

0 comments on commit db2fbca

Please sign in to comment.