diff --git a/.version b/.version index 2451c27..67786e2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.0.7 +3.0.8 diff --git a/README.md b/README.md index e8bac76..93e296d 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,14 @@ In order to install Browserpass correctly, you have to install two of its compon - [Native messaging host](https://github.com/browserpass/browserpass-native#installation) - Browser extension for Chromium-based browsers (choose one of the options): - - Available since Saturday, 13 April: ~Install the extension from [Chrome Web Store](https://chrome.google.com/webstore/detail/browserpass-ce/naepdomgkenhinolocfifgehidddafch) (which will provide auto-updates)~ + - Install the extension from [Chrome Web Store](https://chrome.google.com/webstore/detail/browserpass-ce/naepdomgkenhinolocfifgehidddafch) (which will provide auto-updates) - Download `browserpass-webstore.crx` from the latest release and drag'n'drop it into `chrome://extensions` - This extension has the same ID as the one in Chrome Web Store, so when a new version will appear in Web Store, it will auto-update! Use if you want to be on latest and greatest version. - Download `browserpass-github.crx` from the latest release and drag'n'drop it into `chrome://extensions` - This extension has a different ID comparing to the one in Chrome Web Store, so you will not receive any auto-updates! Use for creating distro packages, or if you simply don't tolerate being forced to update when a new version is released. - Download `browserpass-chromium.zip`, unarchive and use `Load unpacked extension` in `chrome://extensions` in Developer mode. - Browser extension for Firefox-based browsers (choose one of the options): - - Available since Saturday, 13 April: ~Install the extension from [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/browserpass-ce/) (which will provide auto-updates)~ + - Install the extension from [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/browserpass-ce/) (which will provide auto-updates) - Download `browserpass-firefox.zip` from the latest release, unarchive and use `Load Temporary Add-on` on `about:debugging#addons` (remember the extension will be removed after browser is closed!). ### Verifying authenticity of the Github releases diff --git a/src/manifest-chromium.json b/src/manifest-chromium.json index fe08214..0885131 100644 --- a/src/manifest-chromium.json +++ b/src/manifest-chromium.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "Browserpass", "description": "Browser extension for zx2c4's pass (password manager)", - "version": "3.0.7", + "version": "3.0.8", "author": "Maxim Baz , Steve Gilberd ", "homepage_url": "https://github.com/browserpass/browserpass-extension", "background": { diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index 6227bd7..0260a82 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Browserpass", "description": "Browser extension for zx2c4's pass (password manager)", - "version": "3.0.7", + "version": "3.0.8", "author": "Maxim Baz , Steve Gilberd ", "homepage_url": "https://github.com/browserpass/browserpass-extension", "background": {