From 89c4249e4e0a01593809e0c37765ef058bf57332 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 14 Oct 2024 09:41:05 +0200 Subject: [PATCH] bump v4.0.8 --- src/manifests/chrome.json | 2 +- src/manifests/edge.json | 2 +- src/manifests/firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index 8d87049..d12ca72 100644 --- a/src/manifests/chrome.json +++ b/src/manifests/chrome.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["alarms", "tabs", "storage", "activeTab"], - "version": "4.0.7" + "version": "4.0.8" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index 6e8a195..b17f7f2 100644 --- a/src/manifests/edge.json +++ b/src/manifests/edge.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["alarms", "tabs", "storage", "activeTab"], - "version": "4.0.7" + "version": "4.0.8" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index b60dd81..fe46324 100644 --- a/src/manifests/firefox.json +++ b/src/manifests/firefox.json @@ -39,5 +39,5 @@ "page": "options.html" }, "permissions": ["alarms", "tabs", "storage", "activeTab"], - "version": "4.0.7" + "version": "4.0.8" }