diff --git a/Cargo.lock b/Cargo.lock index 7ec7d260..d32f9464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "pastel" -version = "0.6.0" +version = "0.6.1" dependencies = [ "approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5511cee4..4a462336 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "pastel" readme = "README.md" repository = "https://github.com/sharkdp/pastel" -version = "0.6.0" +version = "0.6.1" edition = "2018" build = "build.rs" exclude = ["doc/pastel.gif"] diff --git a/README.md b/README.md index 1ac7c5b8..8ea535ae 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,8 @@ echo " word" You can download the latest Debian package from the [release page](https://github.com/sharkdp/pastel/releases) and install it via `dpkg`: ``` bash -wget "https://github.com/sharkdp/pastel/releases/download/v0.6.0/pastel_0.6.0_amd64.deb" -sudo dpkg -i pastel_0.6.0_amd64.deb +wget "https://github.com/sharkdp/pastel/releases/download/v0.6.1/pastel_0.6.1_amd64.deb" +sudo dpkg -i pastel_0.6.1_amd64.deb ``` ### On Arch Linux