diff --git a/Cargo.lock b/Cargo.lock index 1395c0c..93fb1b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -540,7 +540,7 @@ dependencies = [ [[package]] name = "dev" -version = "0.1.0" +version = "0.0.0" dependencies = [ "anyhow", "clap 3.2.14", @@ -1651,7 +1651,7 @@ dependencies = [ [[package]] name = "rofi-bw" -version = "0.1.0" +version = "1.0.0" dependencies = [ "aead", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1653b37..3c17950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["dev", "plugin", "common"] [package] name = "rofi-bw" -version = "0.1.0" +version = "1.0.0" edition = "2021" publish = false license = "MIT" diff --git a/src/main.rs b/src/main.rs index fd13b8d..652ca04 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,6 +26,7 @@ fn main() -> process::ExitCode { /// Rofi interface to Bitwarden. #[derive(clap::Parser)] +#[clap(version)] #[clap(group = clap::ArgGroup::new("view").args(&[ "cipher-uuid", "cipher-name", "folder-uuid", "folder-name", "show" ]))]