From d251033b139c0cb34e8523cab6ef36b9a2a008fc Mon Sep 17 00:00:00 2001 From: OhMyGuus Date: Sun, 23 Oct 2022 00:58:31 +0200 Subject: [PATCH] V1.0.7 Youtube hotfix --- 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 d01fa434..d197d2cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isdcac", - "version": "1.0.6", + "version": "1.0.7", "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 af14a79d..26b3f71e 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.6", + "version": "1.0.7", "icons": { "16": "icons/16.png", "48": "icons/48.png", diff --git a/src/manifest_v3.json b/src/manifest_v3.json index fd0fc695..138cc427 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.6", + "version": "1.0.7", "icons": { "16": "icons/16.png", "48": "icons/48.png",