From 0fba9fdec5f4bb71a49fd510cf43e825213e50fa Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 3 Jul 2023 10:26:43 +0100 Subject: [PATCH] v3.0.16 --- src/manifests/chrome.json | 2 +- src/manifests/firefox.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index a80a177..28adfec 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.15" + "version": "3.0.16" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index cd158c4..45002a6 100644 --- a/src/manifests/firefox.json +++ b/src/manifests/firefox.json @@ -46,5 +46,5 @@ "storage", "idle" ], - "version": "3.0.15" + "version": "3.0.16" }