Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Apr 13, 2019
1 parent 8f3cfbd commit ef35036
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.7
3.0.8
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-chromium.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>, Steve Gilberd <[email protected]>",
"homepage_url": "https://github.com/browserpass/browserpass-extension",
"background": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>, Steve Gilberd <[email protected]>",
"homepage_url": "https://github.com/browserpass/browserpass-extension",
"background": {
Expand Down

0 comments on commit ef35036

Please sign in to comment.