diff --git a/Cargo.lock b/Cargo.lock index 9985e10..ff9883a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "genpass" -version = "0.1.11" +version = "0.1.12" dependencies = [ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a4ee45e..09f6764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genpass" -version = "0.1.11" +version = "0.1.12" authors = ["Cyryl PÅ‚otnicki "] description = "A simple yet robust commandline random password generator." repository = "https://github.com/cyplo/genpass"