From d9c1ad81e620ab99496e2f64bdb70ba003f9d4c1 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Thu, 31 Aug 2017 13:08:10 -0400 Subject: [PATCH] Upgrade to muon 4.4.12 --- .npmrc | 4 ++-- tools/cibuild.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 4fafb3e1d2f..471d259121b 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ runtime = electron target_arch = x64 -brave_electron_version = 4.4.11 +brave_electron_version = 4.4.12 chromedriver_version = 2.29 -target = v4.4.11 +target = v4.4.12 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 186dc9e3d11..eaf3dd7829f 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '4.4.11' +MUON_VERSION = '4.4.12' 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'