From 2dd89d557b878403ea15462b3a0bfe2e21581425 Mon Sep 17 00:00:00 2001 From: Guus van der Meer Date: Tue, 8 Nov 2022 03:00:11 +0100 Subject: [PATCH] Update v1.0.9 (#421) --- 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 ee85ad40..d3adfa91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isdcac", - "version": "1.0.8", + "version": "1.0.9", "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 07d3a451..c7dfff58 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.8", + "version": "1.0.9", "icons": { "16": "icons/16.png", "48": "icons/48.png", diff --git a/src/manifest_v3.json b/src/manifest_v3.json index a631792f..d65840bc 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.8", + "version": "1.0.9", "icons": { "16": "icons/16.png", "48": "icons/48.png",