From 729c3579e74a658d6ba03b589cb8f74e7405dbea Mon Sep 17 00:00:00 2001 From: Adam <46227443+Adamkob12@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:59:08 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3be207..9e5107b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_meshem" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["Adam Kobzan "] description = "A crate that offers a flexible and efficient way to generate meshes from a grid of Voxels"