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",