Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 3dbf665

Browse files
committed
Update to Muon 8.0.3
Auditors: @darkdh
1 parent 5b285d2 commit 3dbf665

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
runtime = electron
22
target_arch = x64
3-
brave_electron_version = 8.0.2
3+
brave_electron_version = 8.0.3
44
chromedriver_version = 2.38
5-
target = v8.0.2
5+
target = v8.0.3
66
disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
77
build_from_source = true

tools/cibuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import subprocess
55
import sys
66
import os.path
7-
MUON_VERSION = '8.0.2'
7+
MUON_VERSION = '8.0.3'
88
CHROMEDRIVER_VERSION = '2.38'
99
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
1010
TARGET_ARCH= os.environ['TARGET_ARCH'] if os.environ.has_key('TARGET_ARCH') else 'x64'

0 commit comments

Comments
 (0)