From f1b3ca66b9cc247e214e8f40f7ace810ff1ea66a Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Tue, 26 Oct 2021 20:46:53 -0400 Subject: [PATCH] Bump version: 0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afa23bb08..8cd2ba48a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,7 +312,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.9.0" +version = "0.9.1" dependencies = [ "ansi_colours", "ansi_term 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index ef4b5e5b8..1ac9d3bea 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.0" +version = "0.9.1" [[bin]] name = "delta"