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

Commit

Permalink
Muon 2.57.8
Browse files Browse the repository at this point in the history
Auditors: @bridiver, @bbondy
  • Loading branch information
bsclifton committed Apr 1, 2017
1 parent d3e1176 commit 3de60d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime = node
target_arch = x64
brave_electron_version = 2.57.7
brave_electron_version = 2.57.8
chromedriver_version = 2.27
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brave",
"version": "0.14.0",
"version": "0.14.1",
"description": "Brave laptop and desktop browser",
"main": "./app/index.js",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion tools/cibuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import subprocess
import sys
import os.path
MUON_VERSION = '2.57.7'
MUON_VERSION = '2.57.8'
CHROMEDRIVER_VERSION = '2.27'
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'
Expand Down

0 comments on commit 3de60d5

Please sign in to comment.