Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaJewson committed Aug 1, 2022
1 parent 1970450 commit 76a7b8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]))]
Expand Down

0 comments on commit 76a7b8d

Please sign in to comment.