Skip to content

Commit

Permalink
Brave 1.7.92
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Apr 21, 2020
1 parent 68a7e93 commit 5c29902
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os: windows
language: shell

before_install:
- export PORTAPPS_VERSION=$(cat go.mod | grep github.com/portapps/portapps | awk '{print $2}')
- export PORTAPPS_VERSION=$(cat go.mod | grep github.com/portapps/portapps | awk '{print $NF}')

import:
- portapps/portapps:.travis/configs/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.7.92-54 (2020/04/21)

* Brave 1.7.92

## 1.5.123-53 (2020/04/13)

* Update Brave AUMID to `Brave.FBYQ76CEUOPALZ7BHMWP23ZYXI` (#53)
Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ core.dir = ../portapps
app = brave
app.name = Brave
app.type = archive
app.version = 1.5.123
app.release = 53
app.version = 1.7.92
app.release = 54
app.homepage = https://www.brave.com

# Portable app
Expand Down

0 comments on commit 5c29902

Please sign in to comment.