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

Commit

Permalink
Update Muon to v4.4.29
Browse files Browse the repository at this point in the history
Auditors: @bbondy, @bridiver
darkdh committed Oct 15, 2017

Verified

This commit was signed with the committer’s verified signature.
darkdh Anthony Tseng
1 parent 5e2c26a commit 2c8cd6b
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
runtime = electron
target_arch = x64
brave_electron_version = 4.4.28
brave_electron_version = 4.4.29
chromedriver_version = 2.30
target = v4.4.28
target = v4.4.29
disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
build_from_source = true
2 changes: 1 addition & 1 deletion tools/cibuild.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
import subprocess
import sys
import os.path
MUON_VERSION = '4.4.28'
MUON_VERSION = '4.4.29'
CHROMEDRIVER_VERSION = '2.30'
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'

2 comments on commit 2c8cd6b

@bbondy
Copy link
Member

@bbondy bbondy commented on 2c8cd6b Oct 15, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A++++++!!! 💯
Fast shipping. Would review again!!!!

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plus plus

Please sign in to comment.