From a7d39bbb08eea56161521fe417f99534a3228d52 Mon Sep 17 00:00:00 2001 From: Guus van der Meer Date: Sun, 24 Dec 2023 00:06:53 +0100 Subject: [PATCH] Version update V1.1.2 (#10511) Just a small version update with the current fixes and android support --- package.json | 2 +- src/data/background.html | 2 +- src/manifest_v2.json | 2 +- src/manifest_v3.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3426f2c6..5d51aed0 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/data/background.html b/src/data/background.html index 7543c844..0546cb50 100644 --- a/src/data/background.html +++ b/src/data/background.html @@ -1,2 +1,2 @@ - + diff --git a/src/manifest_v2.json b/src/manifest_v2.json index 39f7a8db..2acd3076 100644 --- a/src/manifest_v2.json +++ b/src/manifest_v2.json @@ -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", diff --git a/src/manifest_v3.json b/src/manifest_v3.json index fec5eb84..c4704e90 100644 --- a/src/manifest_v3.json +++ b/src/manifest_v3.json @@ -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",