Skip to content

Commit

Permalink
V1.0.7 Youtube hotfix (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus authored Oct 22, 2022
1 parent 3086547 commit bf5a6e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isdcac",
"version": "1.0.6",
"version": "1.0.7",
"description": "Get rid of cookie warnings from almost all websites!",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"default_locale": "en",
"version": "1.0.6",
"version": "1.0.7",
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "1.0.6",
"version": "1.0.7",
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
Expand Down

0 comments on commit bf5a6e2

Please sign in to comment.