From 870c46de65656afc8e67bdbcadc6cfd64badbd05 Mon Sep 17 00:00:00 2001 From: nilesh Date: Sun, 13 Sep 2020 20:59:08 +0530 Subject: [PATCH] Bump version to 0.5.0 --- README.md | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6b7438..7d41a33 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index 5e810c9..b6168fe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Better", - "version": "0.1.0", + "version": "0.5.0", "icons": { "48": "images/48.png", "128": "images/128.png"