summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-04-13 18:39:34 +0200
committersharkdp <davidpeter@web.de>2019-04-13 18:39:34 +0200
commit2ad15413b9a74dd3e555510d7061684d732fcd51 (patch)
tree2120c0b7eecd21b77115d263d630001f10add470
parent710c86f6a164e37f8f836b6a730b3148ad9b23d5 (diff)
Bump versionv0.5.0
-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 c4cec01..170a472 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -59,7 +59,7 @@ dependencies = [
[[package]]
name = "hexyl"
-version = "0.4.0"
+version = "0.5.0"
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 4467aba..ef04c82 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.4.0"
+version = "0.5.0"
edition = "2018"
[dependencies]
diff --git a/README.md b/README.md
index ed65d19..6a9be9f 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.4.0/hexyl_0.4.0_amd64.deb"
-sudo dpkg -i hexyl_0.4.0_amd64.deb
+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
```
### On Arch Linux