Skip to content

Commit

Permalink
version bump 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Thomazi Bonicontro committed Apr 30, 2018
1 parent 534a836 commit aebd7b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ USAGE:
n26 command [json|statement ID]
VERSION:
1.4.0
1.4.1
AUTHOR:
Guilherme Thomazi <thomazi@linux.com>
Expand Down
2 changes: 1 addition & 1 deletion cmd/n26/n26.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type transactionWriter interface {

func main() {
app := cli.NewApp()
app.Version = "1.4.0"
app.Version = "1.4.1"
app.UsageText = "n26 command [json|csv|statement ID]"
app.Name = "N26"
app.Usage = "your N26 Bank financial information on the command line"
Expand Down

0 comments on commit aebd7b5

Please sign in to comment.