diff --git a/.npmrc b/.npmrc index 0e6ccda8099..6adc4e62390 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,5 @@ runtime = electron -target = 2.0.2 +target = 2.0.4 target_arch = x64 -brave_electron_version = 2.0.2 +brave_electron_version = 2.0.4 disturl = http://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist diff --git a/tools/cibuild.py b/tools/cibuild.py index 5621820cedd..72eacbe7115 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -5,8 +5,8 @@ import sys import os.path -BRAVE_ELECTRON = '2.0.2' -UPSTREAM_ELECTRON = '2.0.2' +BRAVE_ELECTRON = '2.0.4' +UPSTREAM_ELECTRON = '2.0.4' 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' os.environ['npm_config_arch'] = TARGET_ARCH