From 0df991b1dd2a366f27087872f1bbf9d650795161 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 8 Oct 2024 22:55:51 +0200 Subject: [PATCH] bump v4.0.6 --- 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 d58c091..8988b2f 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.5" + "version": "4.0.6" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index c14cabb..ed5f09a 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.5" + "version": "4.0.6" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 4d47751..cb81153 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.5" + "version": "4.0.6" }