From 8e01ab3702df11095d0492cde720b2c26a72ef69 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Tue, 1 Oct 2019 19:14:32 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4814ad73c..c4c857c4f 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.10" +version = "0.0.11" 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 1012fea5c..ff35e44e2 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.10" +version = "0.0.11" [[bin]] name = "delta" diff --git a/README.md b/README.md index 5188e11f4..c13e1cc43 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Delta brings language syntax highlighting, within-line insertion/deletion detect ## Installation -Executables: [Linux](https://github.com/dandavison/delta/releases/download/0.0.10/delta-0.0.10-x86_64-unknown-linux-musl.tar.gz) | [MacOS](https://github.com/dandavison/delta/releases/download/0.0.10/delta-0.0.10-x86_64-apple-darwin.tar.gz) | [Windows](https://github.com/dandavison/delta/releases/download/0.0.10/delta-0.0.10-x86_64-pc-windows-msvc.zip) | [All](https://github.com/dandavison/delta/releases) +Executables: [Linux](https://github.com/dandavison/delta/releases/download/0.0.11/delta-0.0.11-x86_64-unknown-linux-musl.tar.gz) | [MacOS](https://github.com/dandavison/delta/releases/download/0.0.11/delta-0.0.11-x86_64-apple-darwin.tar.gz) | [Windows](https://github.com/dandavison/delta/releases/download/0.0.11/delta-0.0.11-x86_64-pc-windows-msvc.zip) | [All](https://github.com/dandavison/delta/releases) Homebrew: ```sh