summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-03-29 18:48:45 -0400
committerDan Davison <dandavison7@gmail.com>2021-03-29 18:48:45 -0400
commit54393d197e664941714bfeb361ab400c4851eb14 (patch)
treef27e31a5cd1cd82fff64548ccaffc0a402331a44
parentf973db666d43683dbd8400c232d3c2441c91819d (diff)
Bump version0.7.1
-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 2f0f90d8..b9f3707a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -258,7 +258,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"ansi_colours",
"ansi_term 0.12.1",
diff --git a/Cargo.toml b/Cargo.toml
index 455b3c6a..d6043ae4 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.7.0"
+version = "0.7.1"
[[bin]]
name = "delta"