summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-11-27 08:36:52 -0500
committerDan Davison <dandavison7@gmail.com>2021-11-27 08:39:08 -0500
commit2f21f08e8f2b882b4a5577cf0ade4f889b71d7f1 (patch)
tree385ba8313c314fd4e7d63218afcd9c6ed3d398c5
parent4c23aaf5c381b77e3fbdadefa0e2b3a1e7d834fa (diff)
Bump version0.10.2
-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 93d21a4c..beb6e4d1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -354,7 +354,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.10.1"
+version = "0.10.2"
dependencies = [
"ansi_colours",
"ansi_term 0.12.1",
diff --git a/Cargo.toml b/Cargo.toml
index 5080d1c7..c699db2c 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.10.1"
+version = "0.10.2"
[[bin]]
name = "delta"