summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2020-05-23 19:28:22 -0700
committertummychow <tummychow@users.noreply.github.com>2020-05-23 19:28:22 -0700
commitd01218338823f9fce7a7977109c38d67bc2e554b (patch)
treeb9c1f493535055681dadc9bdf0d5028a14ad66fd
parent744384ff2c1e71bd961d790c847d3a5c3484d4c9 (diff)
bump to 0.6.10.6.1
for magit users
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
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 <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"