From 08ff8dfefe978194ccfc4e8cb71e2d64e392d69a Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sun, 6 Mar 2022 10:23:43 -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 f5652d7..ef1552f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,7 +514,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.12.0" +version = "0.12.1" dependencies = [ "ansi_colours", "ansi_term", diff --git a/Cargo.toml b/Cargo.toml index 9d89bed..767b3ae 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.0" +version = "0.12.1" [[bin]] name = "delta" -- cgit v1.2.3