summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-10-23 17:00:06 -0700
committerDan Davison <dandavison7@gmail.com>2019-10-23 17:00:06 -0700
commitf702874e58ef36ecd859f298c454126d718a41b6 (patch)
treea457394bd0017da255e1fd47d327581a3a907aee
parentc6517fadfc7250fe0cedb1388f18a10e32ecfbe3 (diff)
Bump version0.0.14
-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 7240df8b..23683512 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.13"
+version = "0.0.14"
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 f251f3be..f2f07724 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.13"
+version = "0.0.14"
[[bin]]
name = "delta"