From 2552b74d95899c93e298e783c3ed351689d1414a Mon Sep 17 00:00:00 2001 From: Andrei Volnin Date: Thu, 21 Dec 2023 12:54:11 +0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c519c7c..1b00f70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pretty-hex" -version = "0.4.0" +version = "0.4.1" authors = ["Andrei Volnin "] license = "MIT" description = "Pretty hex dump of bytes slice in the common style."