Skip to content

Commit

Permalink
Bump version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Oct 23, 2022
1 parent fd736f1 commit 6d9dab5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "rustotpony"
readme = "README.md"
repository = "https://github.com/zebradil/rustotpony"
version = "0.3.1"
version = "0.3.2"

[dependencies]
base32 = "0.4.0"
Expand All @@ -27,6 +27,7 @@ dirs = "^4.0.0"
[dependencies.ctrlc]
features = ["termination"]
version = "3.0"

[profile.release]
debug = false
lto = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Probably, you will need `gcc` (Linux) or `clang` (Mac OS) to compile dependencie

```text
$ totp help
🐴 RusTOTPony 0.3.1
🐴 RusTOTPony 0.3.2
Manager of one-time password generators
Expand Down

0 comments on commit 6d9dab5

Please sign in to comment.