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

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy authored and cezaraugusto committed Dec 20, 2016
1 parent f90081a commit 1af2c01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4
target = 2.0.5
target_arch = x64
brave_electron_version = 2.0.4
brave_electron_version = 2.0.5
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)
- (TODO)
- Muon updated to 2.0.5

## [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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"async": "^2.0.1",
"currency-symbol-map": "^3.1.0",
"electron-localshortcut": "^0.6.0",
"electron-prebuilt": "brave/electron-prebuilt#2.0.4",
"electron-prebuilt": "brave/electron-prebuilt#2.0.5",
"electron-squirrel-startup": "brave/electron-squirrel-startup",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
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.4'
UPSTREAM_ELECTRON = '2.0.4'
BRAVE_ELECTRON = '2.0.5'
UPSTREAM_ELECTRON = '2.0.5'
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 1af2c01

Please sign in to comment.