From 09c684ca356b3968f0726489395434ad87932759 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Tue, 15 Aug 2017 23:22:42 -0400 Subject: [PATCH] Upgrade to muon 4.3.10 --- .npmrc | 4 ++-- tools/cibuild.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index a8c2b0be281..5456bf386dd 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ runtime = electron target_arch = x64 -brave_electron_version = 4.3.9 +brave_electron_version = 4.3.10 chromedriver_version = 2.29 -target = v4.3.9 +target = v4.3.10 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 4c71f2ed136..8f22b4ee98a 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '4.3.9' +MUON_VERSION = '4.3.10' 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'