From 87d76c97cda5a50d28b00620f4104384d9251fcc Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 5 Dec 2024 12:36:27 +0100 Subject: [PATCH] bump v4.0.11 --- 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 574c74f..a18227c 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.10" + "version": "4.0.11" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index 7f9c219..cba4cf7 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.10" + "version": "4.0.11" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index dbabeb2..6b307f3 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.10" + "version": "4.0.11" }