summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-30 20:02:08 -0500
committerDan Davison <dandavison7@gmail.com>2020-12-30 20:02:08 -0500
commit933ed2a81716b108e1ebfa2d4cc7cf8db6b6cfa9 (patch)
tree789966e966798751b61ff60a826cc6907a263b1c
parent367a3ccdc96a343abfdc3226b11085a1d5618a40 (diff)
Bump dev version number
-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 6dd42e45..558e6382 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -338,7 +338,7 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "git-delta"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"ansi_colours",
"ansi_term 0.12.1",
diff --git a/Cargo.toml b/Cargo.toml
index 80910b38..cd4574a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
homepage = "https://github.com/dandavison/delta"
license = "MIT"
repository = "https://github.com/dandavison/delta"
-version = "0.5.0"
+version = "0.5.1"
[[bin]]
name = "delta"