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

Commit

Permalink
Muon 2.57.9
Browse files Browse the repository at this point in the history
Fix #8161
  • Loading branch information
bbondy committed Apr 10, 2017
1 parent 895dde9 commit 0ad99b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime = node
target_arch = x64
brave_electron_version = 2.57.8
brave_electron_version = 2.57.9
chromedriver_version = 2.27
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.14.2](https://github.com/brave/browser-laptop/releases/v0.14.2dev)
- Update muon to 2.57.9. ([#8161](https://github.com/brave/browser-laptop/issues/8161))

## [0.14.1](https://github.com/brave/browser-laptop/releases/v0.14.1dev)
- Fixed paste not detected issue with context menus. ([#8000](https://github.com/brave/browser-laptop/issues/8000))
- Fixed accidental selection of lion badge numbers. ([#7994](https://github.com/brave/browser-laptop/issues/7994))
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.57.8'
MUON_VERSION = '2.57.9'
CHROMEDRIVER_VERSION = '2.27'
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
TARGET_ARCH= os.environ['TARGET_ARCH'] if os.environ.has_key('TARGET_ARCH') else 'x64'
Expand Down

0 comments on commit 0ad99b3

Please sign in to comment.