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

Commit

Permalink
Muon 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Jan 20, 2017
1 parent 054e7af commit fefd17c
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.12
target = 2.0.13
target_arch = x64
brave_electron_version = 2.0.12
brave_electron_version = 2.0.13
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
Expand Up @@ -28,7 +28,7 @@
- Fixed borders and corners of each button on navbar not being clickable. ([#5679](https://github.com/brave/browser-laptop/issues/5679))
- Fixed Geolocations not working on Windows ia32. ([#6331](https://github.com/brave/browser-laptop/issues/6331))
- Upgrade to Chromium 54.0.2840.100. ([#3679](https://github.com/brave/browser-laptop/issues/3679))
- Updated Muon to 2.0.12. ([#6340](https://github.com/brave/browser-laptop/issues/6340))
- Updated Muon to 2.0.13. ([#6340](https://github.com/brave/browser-laptop/issues/6340))

## [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.12'
UPSTREAM_ELECTRON = '2.0.12'
BRAVE_ELECTRON = '2.0.13'
UPSTREAM_ELECTRON = '2.0.13'
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 fefd17c

Please sign in to comment.