From 93b6c6561d0cd12731d0f74443b7479850edc730 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Fri, 2 Nov 2018 17:35:35 +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 fd43e13..938c491 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "diskus" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8f76030..697b928 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.2.0" +version = "0.3.0" [dependencies] ignore = "0.4.3" diff --git a/README.md b/README.md index 2556c0c..b05fbff 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,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.2.0/diskus_0.2.0_amd64.deb" -sudo dpkg -i diskus_0.2.0_amd64.deb +wget "https://github.com/sharkdp/diskus/releases/download/v0.3.0/diskus_0.3.0_amd64.deb" +sudo dpkg -i diskus_0.3.0_amd64.deb ``` ### On other distrubutions -- cgit v1.2.3