From 43d4c8ba98c68986b9bcc275b37eaeb3aa13798c Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sat, 10 Oct 2020 18:25:28 -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 1f740812..eabfb2c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "git-delta" -version = "0.4.3" +version = "0.4.4" dependencies = [ "ansi_colours 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3b6fd29d..1b8889fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/dandavison/delta" license = "MIT" readme = "README.md" repository = "https://github.com/dandavison/delta" -version = "0.4.3" +version = "0.4.4" [[bin]] name = "delta" -- cgit v1.2.3