Skip to content

Commit

Permalink
chore: bump to version 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Aug 6, 2024
1 parent 8527cb5 commit 153cd3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "YouTube Auto Pause",
"version": "1.7.4",
"version": "1.7.5",
"description": "Stops YouTube (+ other video services) on tab unfocus and continues on focus",
"permissions": ["tabs", "storage", "activeTab", "scripting", "idle"],
"host_permissions": [
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "YouTube Auto Pause",
"version": "1.7.4",
"version": "1.7.5",
"description": "Stops YouTube (+ other video services) on tab unfocus and continues on focus",
"permissions": ["tabs", "storage", "activeTab", "scripting", "idle"],
"browser_specific_settings": {
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": "@drodil/youtube_auto_pause",
"version": "1.7.4",
"version": "1.7.5",
"homepage": "https://github.com/drodil/youtube_auto_pause",
"bugs": {
"url": "https://github.com/drodil/youtube_auto_pause/issues",
Expand Down

0 comments on commit 153cd3e

Please sign in to comment.