From 7aff50fd5693400bc7bd87eac4f1a1539ba41074 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 8 Oct 2024 14:16:10 +0200 Subject: [PATCH] bump v4.0.4 --- 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 1816b96..3684de3 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.3" + "version": "4.0.4" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index 3acec62..8431003 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.3" + "version": "4.0.4" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 588dbda..192d6bc 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.3" + "version": "4.0.4" }