summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2024-08-24 08:39:06 -0400
committerDan Davison <dandavison7@gmail.com>2024-08-24 08:39:06 -0400
commit1482d5886cf0fc619b2678592b2615d8f9f46fe4 (patch)
tree28fab2dd9a02581e04d766297aef576ac9783c94
parent4500605bca56b746e52764f88315d4a66dac2817 (diff)
Bump 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 90aaa31..2f8ca37 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -591,7 +591,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"ansi_colours",
"ansi_term",
diff --git a/Cargo.toml b/Cargo.toml
index 777f67e..62ce549 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.18.0"
+version = "0.18.1"
[[bin]]
name = "delta"