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

Commit 0c7a64d

Browse files
committed
upgrade to brave/muon 2.0.8
Auditors: @bridiver
1 parent e583f7b commit 0c7a64d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.npmrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtime = electron
2-
target = 2.0.5
2+
target = 2.0.8
33
target_arch = x64
4-
brave_electron_version = 2.0.5
4+
brave_electron_version = 2.0.8
55
disturl = http://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## [0.13.0](https://github.com/brave/browser-laptop/releases/v0.13.0dev)
4-
- Muon updated to 2.0.5
4+
- Muon updated to 2.0.8
55

66
## [0.12.15](https://github.com/brave/browser-laptop/releases/v0.12.15dev)
77
- Added Yandex as a new search engine. ([#2703](https://github.com/brave/browser-laptop/issues/2703))

tools/cibuild.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import sys
66
import os.path
77

8-
BRAVE_ELECTRON = '2.0.5'
9-
UPSTREAM_ELECTRON = '2.0.5'
8+
BRAVE_ELECTRON = '2.0.8'
9+
UPSTREAM_ELECTRON = '2.0.8'
1010
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
1111
TARGET_ARCH= os.environ['TARGET_ARCH'] if os.environ.has_key('TARGET_ARCH') else 'x64'
1212
os.environ['npm_config_arch'] = TARGET_ARCH

0 commit comments

Comments
 (0)