summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-05-30 15:35:21 +0200
committersharkdp <davidpeter@web.de>2019-05-30 15:35:21 +0200
commit82c34fe39ba880bd3cbea4360a35c806f5bba363 (patch)
tree0ce53863719ff3430c20250c88182b39f2aa733d
parentc4028bb213237ebf28791878a9bd27e974092fa2 (diff)
Bump versionv0.5.1
-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 213f867..cba4884 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 ef04c82..18367d2 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 6a9be9f..7386028 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