From da98068faf31e6dd809a5798bbb74faba4667cf0 Mon Sep 17 00:00:00 2001 From: Anthony Tseng Date: Mon, 29 Jan 2018 08:58:12 -0800 Subject: [PATCH] Update to muon 5.0.0 Auditors: @bridiver, @bbondy, @bsclifton --- .npmrc | 4 ++-- tools/cibuild.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index e34a373bb68..dbcc6a429ba 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ runtime = electron target_arch = x64 -brave_electron_version = 4.7.9 +brave_electron_version = 5.0.0 chromedriver_version = 2.33 -target = v4.7.9 +target = v5.0.0 disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/ build_from_source = true diff --git a/tools/cibuild.py b/tools/cibuild.py index 6ac8d6ac8e1..b66ed57d40c 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '4.7.9' +MUON_VERSION = '5.0.0' 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'