summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-12-07 21:53:24 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-07 21:53:24 -0500
commitfbd1227f9d2634ca5996f5fd16c4db61db2223c5 (patch)
tree56daee9bdd3e39a41c7d69bcaee7dad005f9ae3f
parent0b3aefb48c139e7ae60796b989696ce2d83739c3 (diff)
Bump version0.11.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 9be100dc..984c60da 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -354,7 +354,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.11.1"
+version = "0.11.2"
dependencies = [
"ansi_colours",
"ansi_term 0.12.1",
diff --git a/Cargo.toml b/Cargo.toml
index ca9cbc59..cc6c0734 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.11.1"
+version = "0.11.2"
[[bin]]
name = "delta"