From 5641179045ddbd7825859230b073b4bb11c48abb Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Fri, 4 Aug 2017 00:11:13 -0400 Subject: [PATCH] 4.3.9 --- .npmrc | 2 +- tools/cibuild.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 1b19c89d2fe..051d181582a 100644 --- a/.npmrc +++ b/.npmrc @@ -1,6 +1,6 @@ runtime = electron target_arch = x64 -brave_electron_version = 4.3.8 +brave_electron_version = 4.3.9 chromedriver_version = 2.29 target = v4.3.7 disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/ diff --git a/tools/cibuild.py b/tools/cibuild.py index b60be374fef..4c71f2ed136 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '4.3.8' +MUON_VERSION = '4.3.9' 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'