From a3ad689d77e2c7a8c02fccaf68aae7558360bbda Mon Sep 17 00:00:00 2001 From: Sebastian Velez Date: Tue, 17 Oct 2023 14:31:18 -0500 Subject: [PATCH] Bump version to v3.0.20 --- 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 3204bdc3..bfe16ab7 100644 --- a/src/manifests/chrome.json +++ b/src/manifests/chrome.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["alarms", "tabs", "storage", "idle"], - "version": "3.0.19" + "version": "3.0.20" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index 2c6321a2..b1579c57 100644 --- a/src/manifests/edge.json +++ b/src/manifests/edge.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["alarms", "tabs", "storage", "idle"], - "version": "3.0.19" + "version": "3.0.20" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index a120ecb3..431f2649 100644 --- a/src/manifests/firefox.json +++ b/src/manifests/firefox.json @@ -39,5 +39,5 @@ "page": "options.html" }, "permissions": ["", "alarms", "tabs", "storage", "idle"], - "version": "3.0.19" + "version": "3.0.20" }