From d9c90e76fc3f83ae0d99cfe2d7303f24296d05dc Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Tue, 18 Apr 2017 08:24:11 -0700 Subject: [PATCH] Update to Muon 2.58.0 Auditors: @bbondy --- .npmrc | 2 +- tools/cibuild.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index b1ede27a0a4..49e489b40e6 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ runtime = node target_arch = x64 -brave_electron_version = 2.57.10 +brave_electron_version = 2.58.0 chromedriver_version = 2.27 diff --git a/tools/cibuild.py b/tools/cibuild.py index e331af7686f..b411719dd01 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '2.57.10' +MUON_VERSION = '2.58.0' CHROMEDRIVER_VERSION = '2.27' 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'