summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-04 21:55:46 +0100
committersharkdp <davidpeter@web.de>2018-11-04 21:55:46 +0100
commitcf4a5e0dc5bf3daedabe4b25343e7eb6238930c0 (patch)
treebaae082c419a870a134a18191c00395d92ed56b6
parentcb878135f5584d5508ab91d923579f75483dd894 (diff)
Bump versionv0.4.0
-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 3cb8e5a..3b19eb0 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.3.1"
+version = "0.4.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 ee81ab5..ce4bb5f 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.3.1"
+version = "0.4.0"
[dependencies]
num_cpus = "1.0"
diff --git a/README.md b/README.md
index f3fabf0..ce43c3d 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.3.1/diskus_0.3.1_amd64.deb"
-sudo dpkg -i diskus_0.3.1_amd64.deb
+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
```
### On Arch-based systems