From 998753f51b986b0c84325ffcfaae3589fc66e9e7 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Fri, 21 Apr 2017 09:59:32 -0400 Subject: [PATCH] 2.58.3 --- .npmrc | 2 +- tools/cibuild.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index e742cbc8367..4393bfa8b41 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,5 @@ runtime = node target_arch = x64 -brave_electron_version = 2.58.2 +brave_electron_version = 2.58.3 chromedriver_version = 2.27 target = v7.4.0 diff --git a/tools/cibuild.py b/tools/cibuild.py index c0dc4db76f5..f77eaea2bc6 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '2.58.2' +MUON_VERSION = '2.58.3' 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'