From 2aa07804c8e8192f7e6af0c56ba50201e436ce15 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 14 Oct 2024 10:21:09 +0200 Subject: [PATCH] bump v4.0.9 --- 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 d12ca72..d3a34bc 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.8" + "version": "4.0.9" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index b17f7f2..9e6e782 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.8" + "version": "4.0.9" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index fe46324..0fb2721 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.8" + "version": "4.0.9" }