From e4e8c5034f7a1d81cabfc8cb0d971e1b13a4d305 Mon Sep 17 00:00:00 2001 From: OhMyGuus Date: Sun, 30 Oct 2022 02:03:40 +0200 Subject: [PATCH] V1.0.8 --- package.json | 2 +- src/manifest_v2.json | 2 +- src/manifest_v3.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d197d2cb..ee85ad40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isdcac", - "version": "1.0.7", + "version": "1.0.8", "description": "Get rid of cookie warnings from almost all websites!", "main": "index.js", "scripts": { diff --git a/src/manifest_v2.json b/src/manifest_v2.json index 719561a2..f6013058 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.0.7", + "version": "1.0.8", "icons": { "16": "icons/16.png", "48": "icons/48.png", diff --git a/src/manifest_v3.json b/src/manifest_v3.json index 3b4eaf50..bc18b208 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.0.7", + "version": "1.0.8", "icons": { "16": "icons/16.png", "48": "icons/48.png",