From 2b3d2acc62238c34029d27661f6d315a3e56facc Mon Sep 17 00:00:00 2001 From: Juan Sebastian velez Posada Date: Mon, 15 Jan 2024 14:36:04 -0500 Subject: [PATCH] bump to v3.0.22 (#248) --- 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 58aad16..93c0d36 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.21" + "version": "3.0.22" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index 34ad2d9..f111d83 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.21" + "version": "3.0.22" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 30a57bb..fc18db2 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.21" + "version": "3.0.22" }