diff --git a/Cargo.lock b/Cargo.lock index f06f805..e68bff5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2301,7 +2301,7 @@ checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" [[package]] name = "tiny-git-helper" -version = "0.1.6" +version = "0.1.7" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bee5ace..645e8ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tiny-git-helper" description = "tgh - A GitHub CLI written in Rust" -version = "0.1.6" +version = "0.1.7" edition = "2021" [[bin]]