diff --git a/Cargo.lock b/Cargo.lock index 73318125..f212c2a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "pastel" -version = "0.5.2" +version = "0.5.3" 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 97f68f3d..312222e4 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.5.2" +version = "0.5.3" edition = "2018" build = "build.rs" exclude = ["doc/pastel.gif"] diff --git a/README.md b/README.md index b4c3e2a1..5c99dd61 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.5.2/pastel_0.5.2_amd64.deb" -sudo dpkg -i pastel_0.5.2_amd64.deb +wget "https://github.com/sharkdp/pastel/releases/download/v0.5.3/pastel_0.5.3_amd64.deb" +sudo dpkg -i pastel_0.5.3_amd64.deb ``` ### On Arch Linux