From f702874e58ef36ecd859f298c454126d718a41b6 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Wed, 23 Oct 2019 17:00:06 -0700 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 7240df8b..23683512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "git-delta" -version = "0.0.13" +version = "0.0.14" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f251f3be..f2f07724 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.0.13" +version = "0.0.14" [[bin]] name = "delta" -- cgit v1.2.3