From 744f29d98364c5d6fe6063c15939fcf085e43138 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Wed, 20 Sep 2017 09:33:06 -0400 Subject: [PATCH] Upgrade to muon 4.4.19 Fix #10847 --- .npmrc | 4 ++-- tools/cibuild.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index be050872f63..86af75babe9 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ runtime = electron target_arch = x64 -brave_electron_version = 4.4.16 +brave_electron_version = 4.4.19 chromedriver_version = 2.30 -target = v4.4.16 +target = v4.4.19 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 356b454113c..9419b9ee890 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '4.4.16' +MUON_VERSION = '4.4.19' CHROMEDRIVER_VERSION = '2.30' 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'