From 46a1d3b8674f3bc8f51de321abb2ae0dc59f8fc3 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 3 Oct 2024 09:18:59 +0200 Subject: [PATCH] bump v4.0.2 --- 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 4fdb396..8c0305b 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.1" + "version": "4.0.2" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index 1f61763..48b1818 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.1" + "version": "4.0.2" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 2fd9870..689e654 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.1" + "version": "4.0.2" }