From 6ad9071932805500f0b972dc02d8bcdb29c31c64 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 29 Oct 2021 15:21:29 -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 8cd2ba48..e1a845d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,7 +312,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.9.1" +version = "0.9.2" dependencies = [ "ansi_colours", "ansi_term 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index 1ac9d3be..b58009c0 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.9.1" +version = "0.9.2" [[bin]] name = "delta" -- cgit v1.2.3