summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4b1eaef1..fdae5592 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -339,7 +339,7 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "git-delta"
-version = "0.4.5"
+version = "0.5.0"
dependencies = [
"ansi_colours",
"ansi_term 0.12.1",
diff --git a/Cargo.toml b/Cargo.toml
index a0cc9ffe..1890ce39 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.5"
+version = "0.5.0"
[[bin]]
name = "delta"