diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index d3a34bc..574c74f 100644 --- a/src/manifests/chrome.json +++ b/src/manifests/chrome.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["alarms", "tabs", "storage", "activeTab"], - "version": "4.0.9" + "version": "4.0.10" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index 9e6e782..7f9c219 100644 --- a/src/manifests/edge.json +++ b/src/manifests/edge.json @@ -33,5 +33,5 @@ "page": "options.html" }, "permissions": ["alarms", "tabs", "storage", "activeTab"], - "version": "4.0.9" + "version": "4.0.10" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 0fb2721..dbabeb2 100644 --- a/src/manifests/firefox.json +++ b/src/manifests/firefox.json @@ -39,5 +39,5 @@ "page": "options.html" }, "permissions": ["alarms", "tabs", "storage", "activeTab"], - "version": "4.0.9" + "version": "4.0.10" }