diff --git a/Cargo.lock b/Cargo.lock index c4c857c4f..e9bf2961c 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.11" +version = "0.0.12" 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 ff35e44e2..792710683 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.11" +version = "0.0.12" [[bin]] name = "delta"