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

Commit c7aafe2

Browse files
committed
Update Muon version
Auditors: @bridiver
1 parent fe39105 commit c7aafe2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
runtime = electron
22
target_arch = x64
3-
brave_electron_version = 4.3.5
3+
brave_electron_version = 4.3.6
44
chromedriver_version = 2.29
5-
target = v4.3.5
5+
target = v4.3.6
66
disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
77
build_from_source = true

tools/cibuild.py

+1-1
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 = '4.3.5'
7+
MUON_VERSION = '4.3.6'
88
CHROMEDRIVER_VERSION = '2.29'
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)