Skip to content

Commit

Permalink
Version update V1.1.2 (#10511)
Browse files Browse the repository at this point in the history
Just a small version update with the current fixes and android support
  • Loading branch information
OhMyGuus authored Dec 23, 2023
1 parent ab0d326 commit a7d39bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "isdcac",
"type": "module",
"version": "1.1.1",
"version": "1.1.2",
"description": "Get rid of cookie warnings from almost all websites!",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/background.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<script type="module" src="background.js"></script>
<script type="module" src="hotreload.js"></script>
<!-- <script type="module" src="hotreload.js"></script> -->
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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
Expand Down

0 comments on commit a7d39bb

Please sign in to comment.