This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Commit 84983e9 1 parent 823f38c commit 84983e9 Copy full SHA for 84983e9
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
runtime = node
2
2
target_arch = x64
3
- brave_electron_version = 2.57.9
3
+ brave_electron_version = 2.57.10
4
4
chromedriver_version = 2.27
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ 0.14.2] ( https://github.com/brave/browser-laptop/releases/v0.14.2dev )
4
- - Update muon to 2.57.9 . ([ #8161 ] ( https://github.com/brave/browser-laptop/issues/8161 ) )
4
+ - Update muon to 2.57.10 . ([ #8161 ] ( https://github.com/brave/browser-laptop/issues/8161 ) )
5
5
6
6
## [ 0.14.1] ( https://github.com/brave/browser-laptop/releases/v0.14.1dev )
7
7
- Fixed paste not detected issue with context menus. ([ #8000 ] ( https://github.com/brave/browser-laptop/issues/8000 ) )
Original file line number Diff line number Diff line change 4
4
import subprocess
5
5
import sys
6
6
import os .path
7
- MUON_VERSION = '2.57.9 '
7
+ MUON_VERSION = '2.57.10 '
8
8
CHROMEDRIVER_VERSION = '2.27'
9
9
SOURCE_ROOT = os .path .abspath (os .path .dirname (os .path .dirname (__file__ )))
10
10
TARGET_ARCH = os .environ ['TARGET_ARCH' ] if os .environ .has_key ('TARGET_ARCH' ) else 'x64'
You can’t perform that action at this time.
0 commit comments