summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-10-01 18:27:10 -0400
committerDan Davison <dandavison7@gmail.com>2019-10-01 18:27:10 -0400
commit2ba73e32d57075bb8b34181752f977fcbadfe5f5 (patch)
tree1de3b6b7b8f6ba36f32e125723a2d607397cc7a9
parent1d2f8921293e5e60021060168d423e8a920afb46 (diff)
Bump version0.0.12
-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 c4c857c4..e9bf2961 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -172,7 +172,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "git-delta"
-version = "0.0.11"
+version = "0.0.12"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index ff35e44e..79271068 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ homepage = "https://github.com/dandavison/delta"
license = "MIT"
readme = "README.md"
repository = "https://github.com/dandavison/delta"
-version = "0.0.11"
+version = "0.0.12"
[[bin]]
name = "delta"