Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Balazs Nadasdi committed Sep 29, 2016
1 parent 00da823 commit 2554868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ accounts with namespaces and protect your data with a PIN _(aka password)_.

```
❯ totp-cli
update Update totp-cli itself
version Current version number of this application
delete Delete an account or a whole namespace
`totp-cli delete nsname`
`totp-cli delete nsname.accname`
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "flag"

const AppName string = "totp-cli"
const AppVersion string = "1.0.0"
const AppVersion string = "1.0.1"

func main() {
flag.Parse()
Expand Down

0 comments on commit 2554868

Please sign in to comment.