From fbf9afaca186129feef39c95993b8839395782b8 Mon Sep 17 00:00:00 2001 From: Guus van der Meer Date: Mon, 10 Oct 2022 12:35:10 +0200 Subject: [PATCH] Updated to V1.0.5 (#100) --- 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 82080daa..d13e4dd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isdcac", - "version": "1.0.4", + "version": "1.0.5", "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 8efcbad2..eccdd646 100644 --- a/src/manifest_v2.json +++ b/src/manifest_v2.json @@ -3,7 +3,7 @@ "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", - "version": "1.0.4", + "version": "1.0.5", "icons": { "16": "icons/16.png", "48": "icons/48.png", diff --git a/src/manifest_v3.json b/src/manifest_v3.json index 1ff4ec18..5fe99ca5 100644 --- a/src/manifest_v3.json +++ b/src/manifest_v3.json @@ -4,7 +4,7 @@ "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", - "version": "1.0.4", + "version": "1.0.5", "icons": { "16": "icons/16.png", "48": "icons/48.png",