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

Commit

Permalink
browser-laptop 0.12.14 and muon 1.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Dec 9, 2016
1 parent 39d0cd8 commit 5db806f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runtime = electron
target = 1.4.0
target_arch = x64
brave_electron_version = 1.4.30
brave_electron_version = 1.4.31
disturl = https://atom.io/download/atom-shell
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.12.14](https://github.com/brave/browser-laptop/releases/v0.12.14dev)
- Muon updated to 1.4.31 to address Symantec issued cert problems

## [0.12.13](https://github.com/brave/browser-laptop/releases/v0.12.13dev)
- Typing fast could lead to partial selection inside URL bar. ([#5943](https://github.com/brave/browser-laptop/issues/5943))
- Muon updated to 1.4.30 (Brave's Electron fork)
Expand Down
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.12.13",
"version": "0.12.14",
"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 @@ -5,7 +5,7 @@
import sys
import os.path

BRAVE_ELECTRON = '1.4.30'
BRAVE_ELECTRON = '1.4.31'
UPSTREAM_ELECTRON = '1.4.0'
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 5db806f

Please sign in to comment.