summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-25 12:16:10 +0100
committersharkdp <davidpeter@web.de>2018-11-25 12:16:33 +0100
commitf96179592e46191d7799f02a7e8f33918430d2c1 (patch)
tree55f6d6239de271666520c7f958044dc87c7ec148
parent2afc065cf72d4e7f58bb2f28d8de798f6c5d273f (diff)
Bump version
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3b19eb0..af2ecf1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -120,7 +120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "diskus"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-channel 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 65fa3cc..26debea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "diskus"
readme = "README.md"
repository = "https://github.com/sharkdp/diskus"
-version = "0.4.0"
+version = "0.5.0"
[dependencies]
num_cpus = "1.0"
diff --git a/README.md b/README.md
index 558eec8..a4004aa 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,8 @@ hyperfine --warmup 5 'diskus' 'sn p -d0 -j8' 'du -sb' 'dust -d0'
### On Debian-based systems
``` bash
-wget "https://github.com/sharkdp/diskus/releases/download/v0.4.0/diskus_0.4.0_amd64.deb"
-sudo dpkg -i diskus_0.4.0_amd64.deb
+wget "https://github.com/sharkdp/diskus/releases/download/v0.5.0/diskus_0.5.0_amd64.deb"
+sudo dpkg -i diskus_0.5.0_amd64.deb
```
### On Arch-based systems