From 03d99a56781e71579af8a23d67d233927f87c19e Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 13 May 2022 12:32:12 -0400 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 94788573..b4cffe45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,7 +514,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.12.2" +version = "0.13.0" dependencies = [ "ansi_colours", "ansi_term", diff --git a/Cargo.toml b/Cargo.toml index 0ed99402..d2d35015 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.2" +version = "0.13.0" [[bin]] name = "delta" -- cgit v1.2.3