summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-02-10 16:46:42 +0100
committersharkdp <davidpeter@web.de>2018-02-10 16:46:42 +0100
commita6086abe7f4cbe44f9b85b44a87eb22f16c1f068 (patch)
treecdc913486df2e63f17e19a288b356218c49c559c
parent7f65e7a0d69c8b8ba9d0795165dc8e70d88eb188 (diff)
Updates for v6.3.0
-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 6c46e7c..fbf3ec4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -78,7 +78,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fd-find"
-version = "6.2.0"
+version = "6.3.0"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 8e3ac29..3c47453 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
name = "fd-find"
readme = "README.md"
repository = "https://github.com/sharkdp/fd"
-version = "6.2.0"
+version = "6.3.0"
[[bin]]
name = "fd"
diff --git a/README.md b/README.md
index af27488..566acf9 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ fd -x wc -l \; -e rs
Download the latest `.deb` package from the [release page](https://github.com/sharkdp/fd/releases) and install it via:
``` bash
-sudo dpkg -i fd_6.2.0_amd64.deb # adapt version number and architecture
+sudo dpkg -i fd_6.3.0_amd64.deb # adapt version number and architecture
```
### On Arch Linux