🐛 Fix wrong package version

feature/database-encription 0.2.1
German Lashevich 6 years ago
parent 53283c80fc
commit 69cf557386
No known key found for this signature in database
GPG Key ID: 3446FAE369C9A8B4

2
Cargo.lock generated

@ -373,7 +373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustotpony"
version = "0.1.0"
version = "0.2.1"
dependencies = [
"base32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)",

@ -9,7 +9,7 @@ license = "MIT"
name = "rustotpony"
readme = "README.md"
repository = "https://github.com/zebradil/rustotpony"
version = "0.1.0"
version = "0.2.1"
[dependencies]
base32 = "0.3.1"

@ -78,7 +78,7 @@ impl Cli {
fn get_cli_api_matches(&self) -> clap::ArgMatches<'static> {
App::new("🐴 RusTOTPony")
.version("0.1.0")
.version(env!("CARGO_PKG_VERSION"))
.author("German Lashevich <german.lashevich@gmail.com>")
.about("CLI manager of one-time password generators aka Google Authenticator")
.subcommand(

Loading…
Cancel
Save