From ca79adc4e5d3f755bd33ad7d3ff1592da9c9965d Mon Sep 17 00:00:00 2001 From: Juan Sebastian velez Posada Date: Tue, 21 Nov 2023 14:21:27 -0500 Subject: [PATCH] bump version to 3.0.21 (#242) --- 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 bfe16ab7..58aad161 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.20" + "version": "3.0.21" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index b1579c57..34ad2d9f 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.20" + "version": "3.0.21" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 431f2649..30a57bb3 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.20" + "version": "3.0.21" }