summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-10-13 22:57:19 -0700
committerDan Davison <dandavison7@gmail.com>2019-10-13 22:59:07 -0700
commitc2360a90d75e2d574a5d89d3c608ee77748e6d37 (patch)
treeb930736a0799a148f7dc687f7e56421554ce56d8
parent8b186b2dfc9f45610490138b850d6cb939525f04 (diff)
Bump version0.0.13
-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 e9bf2961..7240df8b 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.12"
+version = "0.0.13"
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 79271068..f251f3be 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.12"
+version = "0.0.13"
[[bin]]
name = "delta"