From 0b0d61c53c6ff381dbbcf2410439fa779e7b211c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 9 Oct 2024 00:25:36 +0200 Subject: [PATCH] bump v4.0.7 --- 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 8988b2f..8d87049 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.6" + "version": "4.0.7" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index ed5f09a..6e8a195 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.6" + "version": "4.0.7" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index cb81153..b60dd81 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.6" + "version": "4.0.7" }