summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-09-21 15:08:33 +0200
committersharkdp <davidpeter@web.de>2019-09-21 15:08:33 +0200
commit2a2d8fb7a419abd7dfda9ff70622af471a8cc282 (patch)
tree8264094cf1245ea2a884ceb01c355f5b263d0e9b
parent6d9b13ae8529cb73180e4a2f11c2cc7468c37a64 (diff)
Bump version to 0.6.0v0.6.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 239ff27..a732e5b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -99,7 +99,7 @@ dependencies = [
[[package]]
name = "diskus"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index b45b1c4..cf5f926 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.5.0"
+version = "0.6.0"
edition = "2018"
[dependencies]
diff --git a/README.md b/README.md
index 02c5b95..1fb242d 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,8 @@ You can download the latest Debian package from the
[release page](https://github.com/sharkdp/diskus/releases) and install it via `dpkg`:
``` bash
-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
+wget "https://github.com/sharkdp/diskus/releases/download/v0.6.0/diskus_0.6.0_amd64.deb"
+sudo dpkg -i diskus_0.6.0_amd64.deb
```
### On Arch-based systems