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

Commit

Permalink
Upgrade to muon 4.3.8 / C60.*.90
Browse files Browse the repository at this point in the history
Fix #10261

Fix #10262
  • Loading branch information
bbondy committed Aug 3, 2017
1 parent 51f49bc commit d161656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
runtime = electron
target_arch = x64
brave_electron_version = 4.3.7
brave_electron_version = 4.3.8
chromedriver_version = 2.29
target = v4.3.7
disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
Expand Down
2 changes: 1 addition & 1 deletion tools/cibuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import subprocess
import sys
import os.path
MUON_VERSION = '4.3.7'
MUON_VERSION = '4.3.8'
CHROMEDRIVER_VERSION = '2.29'
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'
Expand Down

0 comments on commit d161656

Please sign in to comment.