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

Commit

Permalink
brave/electron 1.4.28 and browser-laptop 0.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Dec 4, 2016
1 parent 99610ad commit c252087
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.27
brave_electron_version = 1.4.28
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.12](https://github.com/brave/browser-laptop/releases/v0.12.12dev)
- Muon update (Brave's Electron fork)

## [0.12.11](https://github.com/brave/browser-laptop/releases/v0.12.11dev)
- Muon update (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.11",
"version": "0.12.12",
"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.27'
BRAVE_ELECTRON = '1.4.28'
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 c252087

Please sign in to comment.