summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-04-18 13:25:45 -0400
committerDan Davison <dandavison7@gmail.com>2020-04-18 13:25:45 -0400
commit4568932bb3274ceb301203c92098f5461714a781 (patch)
treeffd7c4fe385c2092adf41e98b2cd2a77f01b3ea9
parent0f7d48498e175538804ba8716476f6bc117b1340 (diff)
Bump version0.0.18
-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 cee10bb4..bd8a460d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -344,7 +344,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.0.17"
+version = "0.0.18"
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 8e335928..6a19e18f 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.17"
+version = "0.0.18"
[[bin]]
name = "delta"