Skip to content

Commit

Permalink
Release v0.4.2 (mozilla-extensions#231)
Browse files Browse the repository at this point in the history
* Bump version to v0.4.2

* Update install docs with new version number
  • Loading branch information
motin authored Jun 9, 2021
1 parent 7bc6054 commit 167bb58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

# Installation instructions

This document outlines how to get the v0.4.1 pre-release version of the extension running locally.
This document outlines how to get the v0.4.2 pre-release version of the extension running locally.

Before installing, please take a minute to read [the release notes](https://github.com/mozilla-extensions/bergamot-browser-extension/releases/tag/v0.4.1).
Before installing, please take a minute to read [the release notes](https://github.com/mozilla-extensions/bergamot-browser-extension/releases/tag/v0.4.2).

<!--
There are three flavors:
Expand Down Expand Up @@ -50,7 +50,7 @@ There are three flavors:
## Chrome - Cross-browser UI
- If you haven't already, download and install [Chrome Canary](https://www.google.com/chrome/canary/) since the current release requires bleeding edge browser capabilities.
- Download the latest Chrome zip file, linked [here](https://github.com/mozilla-extensions/bergamot-browser-extension/releases/download/v0.4.1/bergamot-browser-extension-0.4.1-chrome-cross-browser-ui.zip)
- Download the latest Chrome zip file, linked [here](https://github.com/mozilla-extensions/bergamot-browser-extension/releases/download/v0.4.2/bergamot-browser-extension-0.4.2-chrome-cross-browser-ui.zip)
- Unpack the zip file locally
- Start Chrome Canary with the following extra argument: `--js-flags="--experimental-wasm-simd"`, eg `/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --js-flags="--experimental-wasm-simd"`
- Enter `chrome://extensions` in Chrome's address bar and press enter
Expand All @@ -72,7 +72,7 @@ There are three flavors:
- `xpinstall.signatures.dev-root` (Create this pref if it doesn't exist. This is required to be able to test these unreleased candidate builds)
- Make sure that the following preferences are set to `false` in `about:config`:
- `xpinstall.signatures.required` (This enables the use of ordinary extensions in the same profile)
- Click [here](https://github.com/mozilla-extensions/bergamot-browser-extension/releases/download/v0.4.1/bergamot-browser-extension-0.4.1-firefox-cross-browser-ui.xpi) to start the download and installation of the extension
- Click [here](https://github.com/mozilla-extensions/bergamot-browser-extension/releases/download/v0.4.2/bergamot-browser-extension-0.4.2-firefox-cross-browser-ui.xpi) to start the download and installation of the extension
- Wait for the extension to be downloaded
- Click `Add` in the popup that comes up
- The extension is now installed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bergamot-browser-extension",
"description": "bergamot-browser-extension",
"version": "0.4.1",
"version": "0.4.2",
"author": "Mozilla",
"engines": {
"npm": "please-use-yarn",
Expand Down

0 comments on commit 167bb58

Please sign in to comment.