Skip to content

Commit

Permalink
Portapps 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 19, 2019
1 parent ab92485 commit 4019efb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://portapps.io/app/brave-portable/#download"><img src="https://img.shields.io/github/release/portapps/brave-portable.svg?style=flat-square" alt="GitHub release"></a>
<a href="https://portapps.io/app/brave-portable/#download"><img src="https://img.shields.io/github/downloads/portapps/brave-portable/total.svg?style=flat-square" alt="Total downloads"></a>
<a href="https://travis-ci.com/portapps/brave-portable"><img src="https://img.shields.io/travis/com/portapps/brave-portable/master.svg?style=flat-square" alt="Build Status"></a>
<a href="https://github.com/portapps/portapps"><img src="https://img.shields.io/badge/portapps-1.26.0-479fdb.svg?style=flat-square" alt="Portapps version"></a>
<a href="https://github.com/portapps/portapps"><img src="https://img.shields.io/badge/portapps-1.26.1-479fdb.svg?style=flat-square" alt="Portapps version"></a>
<a href="https://goreportcard.com/report/github.com/portapps/brave-portable"><img src="https://goreportcard.com/badge/github.com/portapps/brave-portable?style=flat-square" alt="Go Report"></a>
<a href="https://www.codacy.com/app/portapps/brave-portable"><img src="https://img.shields.io/codacy/grade/a416cd778ef743de91623aca7a622a8e.svg?style=flat-square" alt="Code Quality"></a>
<br /><a href="https://www.patreon.com/crazymax"><img src="https://img.shields.io/badge/donate-patreon-f96854.svg?logo=patreon&style=flat-square" alt="Support me on Patreon"></a>
Expand All @@ -30,8 +30,8 @@ All kinds of contributions are welcome :raised_hands:!<br />
The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon:<br />
But we're not gonna lie to each other, I'd rather you buy me a beer or two :beers:!

[![Support me on Patreon](https://portapps.io/img/patreon.png)](https://www.patreon.com/crazymax)
[![Paypal Donate](https://portapps.io/img/paypal-donate.png)](https://www.paypal.me/crazyws)
[![Support me on Patreon](https://portapps.io/img/donate/patreon.png)](https://www.patreon.com/crazymax)
[![Paypal Donate](https://portapps.io/img/donate/paypal.png)](https://www.paypal.me/crazyws)

## License

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.12

require (
github.com/kevinburke/go-bindata v3.13.0+incompatible
github.com/portapps/portapps v1.26.0
github.com/portapps/portapps v1.26.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQz
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/portapps/portapps v1.26.0 h1:zNuZC/hoa2jVUvSmdRuCTUHRUzeLJJbneqrHK3foYs0=
github.com/portapps/portapps v1.26.0/go.mod h1:moHBbP37oZnyrc0jjlY3ZW9R+W43/XHGgkHJ9m77W0g=
github.com/portapps/portapps v1.26.1 h1:jAHdLVgQVNAy2vE7qBt3L41A8gBz8fVNWauuaUgdTT4=
github.com/portapps/portapps v1.26.1/go.mod h1:moHBbP37oZnyrc0jjlY3ZW9R+W43/XHGgkHJ9m77W0g=
github.com/rs/zerolog v1.13.0 h1:hSNcYHyxDWycfePW7pUI8swuFkcSMPKh3E63Pokg1Hk=
github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU=
golang.org/x/sys v0.0.0-20190416152802-12500544f89f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
Expand Down

0 comments on commit 4019efb

Please sign in to comment.