Skip to content

Commit 9288b7d

Browse files
authored
Update V1.1.1 (#2264)
1 parent e58dd7d commit 9288b7d

File tree

4 files changed

+25402
-16967
lines changed

4 files changed

+25402
-16967
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "isdcac",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Get rid of cookie warnings from almost all websites!",
66
"main": "index.js",
77
"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.1.0",
5+
"version": "1.1.1",
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.1.0",
7+
"version": "1.1.1",
88
"icons": {
99
"16": "icons/16.png",
1010
"48": "icons/48.png",

0 commit comments

Comments
 (0)