summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-04-01 22:02:49 -0400
committerDan Davison <dandavison7@gmail.com>2022-04-01 22:02:49 -0400
commitfd29606c50625d7cb12e548918bedaf252dc6751 (patch)
treeb22608f647ba98705aaceb7eeabe163e52ff87b2
parent85a07cd1091f1d3cb9d2481a002e1a3e4b6189a8 (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 25381782..dd8749d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -514,7 +514,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.12.1"
+version = "0.12.2"
dependencies = [
"ansi_colours",
"ansi_term",
diff --git a/Cargo.toml b/Cargo.toml
index 6d5f7511..ecb7f191 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.12.1"
+version = "0.12.2"
[[bin]]
name = "delta"