From a1828f4d8311a49cff90d937133b3fb7fd088596 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 5 Dec 2024 12:44:51 +0100 Subject: [PATCH] bump v4.0.12 --- 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 a18227c..87da597 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.11" + "version": "4.0.12" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index cba4cf7..c1ed9a2 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.11" + "version": "4.0.12" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 6b307f3..c1f6080 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.11" + "version": "4.0.12" }