Skip to content

Commit

Permalink
Rolling new patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jul 2, 2020
1 parent 703954d commit 5171f3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ paymail

**Install using a [compiled binary](https://github.com/mrz1836/paymail-inspector/releases)** on Linux, Mac or Windows _(Mac example)_
```shell script
curl -LkSs https://github.com/mrz1836/paymail-inspector/releases/download/v0.1.12/paymail-inspector_macOS_64-bit.tar.gz -o app.tar.gz
curl -LkSs https://github.com/mrz1836/paymail-inspector/releases/download/v0.1.13/paymail-inspector_macOS_64-bit.tar.gz -o app.tar.gz
tar -zxf app.tar.gz && cd ./app/
./paymail
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Version is set manually (also make:build overwrites this value from Github's latest tag)
var Version = "v0.1.12"
var Version = "v0.1.13"

// Default flag values for various commands
var (
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/paymail.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __________ .__.__ .___
| ___/\__ \< | |/ \\__ \ | | | | |/ \ / ___/\____ \_/ __ \_/ ___\ __\/ _ \_ __ \
| | / __ \\___ | Y Y \/ __ \| | |__ | | | \\___ \ | |_> > ___/\ \___| | ( <_> ) | \/
|____| (____ / ____|__|_| (____ /__|____/ |___|___| /____ >| __/ \___ >\___ >__| \____/|__|
\/\/ \/ \/ \/ \/ |__| \/ \/ v0.1.12
\/\/ \/ \/ \/ \/ |__| \/ \/ v0.1.13
```
Author: MrZ © 2020 github.com/mrz1836/paymail-inspector

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/paymail_whois.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ __ _ _| |__ ____ |__| ______
```


Search 9 public paymail providers for a handle.
Search 8 public paymail providers for a handle.

```
paymail whois [flags]
Expand Down

0 comments on commit 5171f3b

Please sign in to comment.