Skip to content

Commit e4e8c50

Browse files
committed
V1.0.8
1 parent bb64565 commit e4e8c50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isdcac",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Get rid of cookie warnings from almost all websites!",
55
"main": "index.js",
66
"scripts": {

src/manifest_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
44
"default_locale": "en",
5-
"version": "1.0.7",
5+
"version": "1.0.8",
66
"icons": {
77
"16": "icons/16.png",
88
"48": "icons/48.png",

src/manifest_v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "__MSG_extensionName__",
55
"description": "__MSG_extensionDescription__",
66
"default_locale": "en",
7-
"version": "1.0.7",
7+
"version": "1.0.8",
88
"icons": {
99
"16": "icons/16.png",
1010
"48": "icons/48.png",

0 commit comments

Comments
 (0)