From 23ac6241b574026368fb01e275f776b0dbb034b4 Mon Sep 17 00:00:00 2001 From: norbiros Date: Sat, 21 Sep 2024 18:21:21 +0200 Subject: [PATCH] chore: Release `0.2.3` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 905e5da..ae9ddcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ categories = ["parser-implementations"] authors = ["Norbiros", "SzczurekYT", "other CrabNBT Contributors"] readme = "README.md" license = "GPL-3.0-only" -version = "0.2.2" +version = "0.2.3" edition = "2021" exclude = ["tests", ".github"]