From 62513efc1bb87525213661d746ab9b8ebac4a60b Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sat, 3 Dec 2022 15:19:19 -0500 Subject: Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 755c7377..f4112665 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.15.0" +version = "0.15.1" dependencies = [ "ansi_colours", "ansi_term", diff --git a/Cargo.toml b/Cargo.toml index 19f920fc..46fd969a 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.15.0" +version = "0.15.1" [[bin]] name = "delta" -- cgit v1.2.3