diff --git a/Cargo.lock b/Cargo.lock index 71457d2..13aaf70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1060,7 +1060,7 @@ dependencies = [ [[package]] name = "ghr" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-hofs", diff --git a/Cargo.toml b/Cargo.toml index 215214f..61ca218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ghr" description = "Yet another repository management with auto-attaching profiles." -version = "0.4.0" +version = "0.4.1" license = "MIT" homepage = "https://github.com/siketyan/ghr" repository = "https://github.com/siketyan/ghr.git"