summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-10-01 19:14:32 +0100
committerDan Davison <dandavison7@gmail.com>2019-10-01 16:10:41 -0400
commit8e01ab3702df11095d0492cde720b2c26a72ef69 (patch)
treef4d8394617dadb611578098092633ed005689f4a
parent2396737f0010e2f657b23f0811b76deda60c5e30 (diff)
Bump version0.0.11
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4814ad73..c4c857c4 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 1012fea5..ff35e44e 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 5188e11f..c13e1cc4 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