diff --git a/.npmrc b/.npmrc index a3787955465..3f6d484070e 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ runtime = electron target_arch = x64 -brave_electron_version = 8.0.6 +brave_electron_version = 8.0.7 chromedriver_version = 2.38 -target = v8.0.6 +target = v8.0.7 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 8487e7b7d7c..a697309fd39 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '8.0.6' +MUON_VERSION = '8.0.7' CHROMEDRIVER_VERSION = '2.38' 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'