diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index 58aad161..93c0d360 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 34ad2d9f..f111d83e 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 30a57bb3..fc18db29 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" }