diff --git a/README.md b/README.md index e9a8366..9a8e59a 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,12 @@ To develop and test the extension, you need to open the "about:debugging" page i Further documentation about developing Firefox extensions can be found [here](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension). -## Release Notes \ No newline at end of file +## Release Notes +### Version 1.1 +* **[NEW]** Add-on now works on Firefox for Android +* **[NEW]** Import/Export settings works with files instead of text +* **[NEW]** Support wiki completed +* **[NEW]** Toolbar button added by default +* **[NEW]** Users are now warned if pages are not blocked in Private Browsing mode +* **[NEW]** Options page opens on install +* **[NEW]** Link to the support wiki now added to options page diff --git a/firefox/manifest.json b/firefox/manifest.json index d85b1f3..d2dbe7a 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Website Blocker", - "version": "1.0", + "version": "1.1", "description": "Block websites with ease!", "author": "Wesley Branton",