summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-01-14 10:45:32 +0100
committersharkdp <davidpeter@web.de>2019-01-14 10:51:32 +0100
commit7e46a5d788545ff88c5bcff05717a2b14f199f1e (patch)
tree6b2fe27567d52adec22d2b9355fb3d469d70ce73
parent19030470f98201810f113f5a7a862b1de21c4d80 (diff)
Bump versionv0.4.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 cda7a91..e2bb7fe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -57,7 +57,7 @@ dependencies = [
[[package]]
name = "hexyl"
-version = "0.3.1"
+version = "0.4.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 d33d6b7..f9862ad 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.3.1"
+version = "0.4.0"
[dependencies]
ansi_term = "0.11"
diff --git a/README.md b/README.md
index a9cd714..3159a6b 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.3.1/hexyl_0.3.1_amd64.deb"
-sudo dpkg -i hexyl_0.3.1_amd64.deb
+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
```
### On Arch Linux