diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index 4fdb396..8c0305b 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.1" + "version": "4.0.2" } diff --git a/src/manifests/edge.json b/src/manifests/edge.json index 1f61763..48b1818 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.1" + "version": "4.0.2" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index 2fd9870..689e654 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.1" + "version": "4.0.2" }