diff --git a/Cargo.lock b/Cargo.lock index 096f464..e730ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "git-credential-1password-cli" -version = "0.1.1" +version = "0.2.0" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 06702a8..2b8b847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-credential-1password-cli" -version = "0.1.1" +version = "0.2.0" edition = "2024" authors = ["Kevin Deng"] description = "A Git credential helper that integrates with 1Password CLI" diff --git a/README.md b/README.md index 71fd08f..8965c42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # git-credential-1password-cli -A Git credential helper that integrates with 1Password CLI +A Git credential helper that integrates with 1Password CLI. ## Install