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

Commit bd36f33

Browse files
committed
Update Muon version
Auditors: @bridiver
1 parent d99c5c6 commit bd36f33

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.1.4
3+
brave_electron_version = 4.2.2
44
chromedriver_version = 2.29
5-
target = v4.1.4
5+
target = v4.2.2
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.1.4'
7+
MUON_VERSION = '4.2.2'
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)