diff --git a/src/manifests/chrome.json b/src/manifests/chrome.json index 3d7d131..eafac27 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.17" + "version": "3.0.18" } diff --git a/src/manifests/firefox.json b/src/manifests/firefox.json index f317035..17622a8 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.17" + "version": "3.0.18" }