Skip to content

Commit

Permalink
Update to Muon 5.1.2
Browse files Browse the repository at this point in the history
Fixes brave#12429

Auditors: @bridiver
  • Loading branch information
bsclifton committed Mar 27, 2018
1 parent 95bd9ab commit bc844b3
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
runtime = electron
target_arch = x64
brave_electron_version = 5.1.1
brave_electron_version = 5.1.2
chromedriver_version = 2.35
target = v5.1.1
target = v5.1.2
disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
build_from_source = true
2 changes: 1 addition & 1 deletion tools/cibuild.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
import subprocess
import sys
import os.path
MUON_VERSION = '5.1.1'
MUON_VERSION = '5.1.2'
CHROMEDRIVER_VERSION = '2.35'
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'

0 comments on commit bc844b3

Please sign in to comment.