From 305765d304b02cde2db421dc9ec542400ae5b224 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Mon, 11 Sep 2017 15:27:17 -0400 Subject: [PATCH] Upgrade muon to 4.4.16 Fix #10847 --- .npmrc | 4 ++-- tools/cibuild.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 57c057d0234..be050872f63 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ runtime = electron target_arch = x64 -brave_electron_version = 4.4.15 +brave_electron_version = 4.4.16 chromedriver_version = 2.30 -target = v4.4.15 +target = v4.4.16 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 f19d1fce832..356b454113c 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '4.4.15' +MUON_VERSION = '4.4.16' 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'