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

Commit

Permalink
upgrade to brave/muon 2.0.8
Browse files Browse the repository at this point in the history
Auditors: @bridiver
  • Loading branch information
bbondy committed Dec 29, 2016
1 parent e583f7b commit 0c7a64d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runtime = electron
target = 2.0.5
target = 2.0.8
target_arch = x64
brave_electron_version = 2.0.5
brave_electron_version = 2.0.8
disturl = http://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

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

## [0.12.15](https://github.com/brave/browser-laptop/releases/v0.12.15dev)
- Added Yandex as a new search engine. ([#2703](https://github.com/brave/browser-laptop/issues/2703))
Expand Down
4 changes: 2 additions & 2 deletions tools/cibuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import sys
import os.path

BRAVE_ELECTRON = '2.0.5'
UPSTREAM_ELECTRON = '2.0.5'
BRAVE_ELECTRON = '2.0.8'
UPSTREAM_ELECTRON = '2.0.8'
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'
os.environ['npm_config_arch'] = TARGET_ARCH
Expand Down

0 comments on commit 0c7a64d

Please sign in to comment.