diff --git a/Cargo.lock b/Cargo.lock index 213f867f..cba48845 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "hexyl" -version = "0.5.0" +version = "0.5.1" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ef04c827..18367d2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "hexyl" readme = "README.md" repository = "https://github.com/sharkdp/hexyl" -version = "0.5.0" +version = "0.5.1" edition = "2018" [dependencies] diff --git a/README.md b/README.md index 6a9be9f5..7386028e 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, o ### On Debian-based systems ``` bash -wget "https://github.com/sharkdp/hexyl/releases/download/v0.5.0/hexyl_0.5.0_amd64.deb" -sudo dpkg -i hexyl_0.5.0_amd64.deb +wget "https://github.com/sharkdp/hexyl/releases/download/v0.5.1/hexyl_0.5.1_amd64.deb" +sudo dpkg -i hexyl_0.5.1_amd64.deb ``` ### On Arch Linux