diff --git a/Cargo.lock b/Cargo.lock index 7a15fad..2d31c20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,7 +189,7 @@ dependencies = [ [[package]] name = "git-absorb" -version = "0.6.0" +version = "0.6.1" dependencies = [ "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0fef5d5..005d3aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-absorb" -version = "0.6.0" +version = "0.6.1" authors = ["Stephen Jung "] description = "git commit --fixup, but automatic"