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

Commit

Permalink
2.58.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Apr 23, 2017
1 parent 3d69fb4 commit 998753f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runtime = node
target_arch = x64
brave_electron_version = 2.58.2
brave_electron_version = 2.58.3
chromedriver_version = 2.27
target = v7.4.0
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.58.2'
MUON_VERSION = '2.58.3'
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 998753f

Please sign in to comment.