From 8c7e1c81fc1d88f21c15d40658970132c6a767cb Mon Sep 17 00:00:00 2001 From: Trivernis Date: Thu, 27 Jan 2022 09:51:19 +0100 Subject: [PATCH] Increment version Signed-off-by: Trivernis --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1c299e..de41155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minecraft-data-rs" -version = "0.4.1" +version = "0.4.2" authors = ["trivernis "] edition = "2018" readme = "README.md" @@ -17,4 +17,4 @@ serde_derive = "1.0.133" serde = "1.0.133" include_dir = "0.7.2" itertools = "0.10.3" -lazy_static = "1.4.0" \ No newline at end of file +lazy_static = "1.4.0"