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

Commit

Permalink
Bump to muon 4.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Nov 23, 2017
1 parent cc0ebad commit 30c42b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
runtime = electron
target_arch = x64
brave_electron_version = 4.5.16
chromedriver_version = 2.32
target = v4.5.16
brave_electron_version = 4.5.18
chromedriver_version = 2.33
target = v4.5.18
disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
build_from_source = true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brave",
"version": "0.19.95",
"version": "0.19.101",
"description": "Brave laptop and desktop browser",
"main": "./app/index.js",
"config": {
Expand Down
4 changes: 2 additions & 2 deletions tools/cibuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import subprocess
import sys
import os.path
MUON_VERSION = '4.5.16'
CHROMEDRIVER_VERSION = '2.32'
MUON_VERSION = '4.5.18'
CHROMEDRIVER_VERSION = '2.33'
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 30c42b5

Please sign in to comment.