From 3509f8cd73fa6a5e380d506146f61d0ca677b9d2 Mon Sep 17 00:00:00 2001 From: Norbiros Date: Tue, 25 Jun 2024 11:55:17 +0200 Subject: [PATCH] chore: Release `0.1.1` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 669060a..b7b9a1b 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.1.0" +version = "0.1.1" edition = "2021" exclude = ["tests"]