From a368c6651463d93fe01fac3579c233abfe5e075f Mon Sep 17 00:00:00 2001 From: Sebastian Velez Date: Fri, 28 Apr 2023 13:52:47 -0500 Subject: [PATCH] bump v3.0.13 --- 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 4b0583c..7b7a6ed 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.12" + "version": "3.0.13" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 7c7f5df..7511ed7 100644 --- a/src/manifests/firefox.json +++ b/src/manifests/firefox.json @@ -46,5 +46,5 @@ "storage", "idle" ], - "version": "3.0.12" + "version": "3.0.13" }