From 777dfea57c15ad0b536c48bafa2e95fa4de31cf7 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Fri, 7 Oct 2016 13:13:52 -0400 Subject: [PATCH] 1.4.12 --- .npmrc | 2 +- tools/cibuild.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index e9e563e6293..86e6bf1dea7 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,5 @@ runtime = electron target = 1.4.0 target_arch = x64 -brave_electron_version = 1.4.10 +brave_electron_version = 1.4.12 disturl = https://atom.io/download/atom-shell diff --git a/tools/cibuild.py b/tools/cibuild.py index bbe6e81991b..fdf360ce2dc 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -5,7 +5,7 @@ import sys import os.path -BRAVE_ELECTRON = '1.4.10' +BRAVE_ELECTRON = '1.4.12' UPSTREAM_ELECTRON = '1.4.0' 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'