diff --git a/Cargo.lock b/Cargo.lock index 0835a57..6396564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,7 +86,7 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "diskus" -version = "0.7.0" +version = "0.8.0" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5a2b3f8..10fb68e 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.7.0" +version = "0.8.0" edition = "2021" rust-version = "1.76" diff --git a/README.md b/README.md index 3239f19..7fdc2c4 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.7.0/diskus_0.7.0_amd64.deb" -sudo dpkg -i diskus_0.7.0_amd64.deb +wget "https://github.com/sharkdp/diskus/releases/download/v0.8.0/diskus_0.8.0_amd64.deb" +sudo dpkg -i diskus_0.8.0_amd64.deb ``` ### On Arch-based systems