summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-03-03 19:45:58 -0600
committerDan Davison <dandavison7@gmail.com>2020-03-03 19:45:58 -0600
commitce599b3b0022c949bd64f337d64a2218795db3b5 (patch)
tree25a39b9d9ec240bee804f52906be5b03285a0736
parentf4e4af54c71992f4ed9f89a217165638ee17c2d0 (diff)
Bump version0.0.17
-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 cf2c6348..f52088b3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -279,7 +279,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "git-delta"
-version = "0.0.16"
+version = "0.0.17"
dependencies = [
"ansi_colours 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 25ff717b..b1a29f36 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.16"
+version = "0.0.17"
[[bin]]
name = "delta"