Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremieLitzler committed Aug 20, 2024
1 parent 225a062 commit 4aaf952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can :
- [ ] Warn user about overlapping time ranges for same website (https://github.com/JeremieLitzler/website-blocker-extension/issues/4)
- [ ] Add a Pomodoro timer to the extension (https://github.com/JeremieLitzler/website-blocker-extension/issues/6)
- [ ] Allow blocked websites during pomodoro short breaks (https://github.com/JeremieLitzler/website-blocker-extension/issues/7)
- [ ] Add the ability to send desktop push notifications when a website becomes unblocked (https://github.com/JeremieLitzler/website-blocker-extension/issues/14)
- [ ] Add the ability to send desktop push notifications when a website becomes unblocked (https://github.com/JeremieLitzler/website-blocker-extension/issues/13)
- [ ] Publish the extension to the Chrome Webstore (https://github.com/JeremieLitzler/website-blocker-extension/issues/12)
- [ ] Publish the OAuth application (https://github.com/JeremieLitzler/website-blocker-extension/issues/11)
- [ ] Convert to TypeScript (https://github.com/JeremieLitzler/website-blocker-extension/issues/8)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Website Blocker",
"version": "0.0.0.53",
"version": "0.0.0.54",
"description": "Blocks specified websites during set times",
"permissions": ["storage", "tabs", "webNavigation", "identity"],
"host_permissions": ["<all_urls>"],
Expand Down

0 comments on commit 4aaf952

Please sign in to comment.