summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-05-28 15:06:06 -0400
committerDan Davison <dandavison7@gmail.com>2021-05-28 15:06:06 -0400
commit50e227036c38bbc8d7d9e6a218d63d1992a3b66e (patch)
tree762ec4cc2ad921c71f2713c876d2363cffb9de0e
parent3beed3615abe8d52f0468a39130bab9e76c2a8ca (diff)
Bump dev 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 264b517e..5c6212c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -258,7 +258,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.8.0"
+version = "0.8.1"
dependencies = [
"ansi_colours",
"ansi_term 0.12.1",
diff --git a/Cargo.toml b/Cargo.toml
index f68f4291..8ea7346d 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.8.0"
+version = "0.8.1"
[[bin]]
name = "delta"