From 925a1fed70f25a0b7c8cbaf5d0096a9240ee930a Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 2 Oct 2024 15:05:05 +0200 Subject: [PATCH] bump v4.0.1 --- 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 43b38b6..4fdb396 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.0" + "version": "4.0.1" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index e490844..1f61763 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.0" + "version": "4.0.1" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 913031a..2fd9870 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.0" + "version": "4.0.1" }