From cf4a5e0dc5bf3daedabe4b25343e7eb6238930c0 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 4 Nov 2018 21:55:46 +0100 Subject: Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 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 -- cgit v1.2.3