summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-02 17:35:35 +0100
committersharkdp <davidpeter@web.de>2018-11-02 17:35:35 +0100
commit93b6c6561d0cd12731d0f74443b7479850edc730 (patch)
tree6425e0bf3b1f1674a12dffec1afbb289ee1fa55c
parent98d07868ccb346e111fdcf1f1af29cbd2dc27a30 (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 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