Bump version to 0.5.0

This commit is contained in:
nilesh 2020-09-13 20:59:08 +05:30
parent fcc58fb8d1
commit 870c46de65
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ The pop-up shows an option to dismiss the suggestion forever for the current URL
You can load this extension directly in Chrome or Firefox Developer Edition (after setting `xpinstall.signatures.required` to `false` in `about:config`).
To submit to the stores, build a zip with: `zip -r -X archive.zip ./*`
Before creating the zip, make sure to uncomment the local reference to `listUrl` in `onStartup()` and for Chrome store, remove `browser_specific_settings` from `manifest.json`
Before creating the zip for the Chrome store, remove `browser_specific_settings` from `manifest.json`
# Demo Video

View File

@ -1,6 +1,6 @@
{
"name": "Better",
"version": "0.1.0",
"version": "0.5.0",
"icons": {
"48": "images/48.png",
"128": "images/128.png"