Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Update Muon
Browse files Browse the repository at this point in the history
Fixes #8660

Auditors: @bbondy, @bridiver
  • Loading branch information
bsclifton committed May 3, 2017
1 parent a79882e commit af7ef42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
runtime = electron
target_arch = x64
brave_electron_version = 2.58.8
brave_electron_version = 2.58.9
chromedriver_version = 2.27
target = v2.58.8
target = v2.58.9
disturl=http://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
build_from_source = true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.15.2](https://github.com/brave/browser-laptop/releases/v0.15.2dev)
- Update libchromiumcontent to 58.0.3029.96. ([#8638](https://github.com/brave/browser-laptop/issues/8638))
- Update muon to 2.58.9. ([#8660](https://github.com/brave/browser-laptop/issues/8660))

## [0.15.1](https://github.com/brave/browser-laptop/releases/v0.15.1dev)
- Update muon to 2.58.8. ([#8563](https://github.com/brave/browser-laptop/issues/8563))

Expand Down
2 changes: 1 addition & 1 deletion tools/cibuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import subprocess
import sys
import os.path
MUON_VERSION = '2.58.8'
MUON_VERSION = '2.58.9'
CHROMEDRIVER_VERSION = '2.27'
NODE_VERSION = '7.4.0'
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
Expand Down

0 comments on commit af7ef42

Please sign in to comment.