Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 20, 2022
1 parent f68e3f2 commit 58c3b87
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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.3.22/paymail-inspector_macOS_64-bit.tar.gz -o app.tar.gz
curl -LkSs https://github.com/mrz1836/paymail-inspector/releases/download/v0.3.23/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.3.22"
var Version = "v0.3.23"

// 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.3.22
\/\/ \/ \/ \/ \/ |__| \/ \/ v0.3.23
```
Author: MrZ © 2021 github.com/mrz1836/paymail-inspector

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/paymail_completion_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To load completions for every new session, execute once:

#### macOS:

paymail completion bash > /usr/local/etc/bash_completion.d/paymail
paymail completion bash > $(brew --prefix)/etc/bash_completion.d/paymail

You will need to start a new shell for this setup to take effect.

Expand Down
6 changes: 5 additions & 1 deletion docs/commands/paymail_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ to enable it. You can execute the following once:

echo "autoload -U compinit; compinit" >> ~/.zshrc

To load completions in your current shell session:

source <(paymail completion zsh); compdef _paymail paymail

To load completions for every new session, execute once:

#### Linux:
Expand All @@ -19,7 +23,7 @@ To load completions for every new session, execute once:

#### macOS:

paymail completion zsh > /usr/local/share/zsh/site-functions/_paymail
paymail completion zsh > $(brew --prefix)/share/zsh/site-functions/_paymail

You will need to start a new shell for this setup to take effect.

Expand Down

0 comments on commit 58c3b87

Please sign in to comment.