From 5f2dea6b4fac8d869057aac0dc9bbdb1721f433c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 18 Nov 2023 18:58:53 +0100 Subject: [PATCH] minedmap-types 0.1.1 --- crates/types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index 3e8f63d..41e36cf 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minedmap-types" -version = "0.1.0" +version = "0.1.1" description = "Common types used by several MinedMap crates" edition.workspace = true license.workspace = true