summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-10-11 10:13:08 -0400
committerDan Davison <dandavison7@gmail.com>2020-10-11 10:13:27 -0400
commit5d6e638dbcaf056ade110237fed61b4387fec783 (patch)
tree75253c88aef7048c9a39c30cb28101af280c07ab
parentabf145d0e84cedfa9d22efd7b1df6b51a816f018 (diff)
Bump development version
-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 eabfb2c0..26f104be 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -295,7 +295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "git-delta"
-version = "0.4.4"
+version = "0.4.5"
dependencies = [
"ansi_colours 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 1b8889fa..6807c966 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.4.4"
+version = "0.4.5"
[[bin]]
name = "delta"