From 6d3f11a1effed9725ef28c89a29ab7bf549cc13f Mon Sep 17 00:00:00 2001 From: Nick Ufer Date: Sun, 1 Dec 2024 00:56:56 +0100 Subject: [PATCH] chore: bump version to 0.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5cd66cb..e60dca3 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "manifold3d" description = "Bindings for Manifold - a Geometry library for topological robustness" homepage = "https://github.com/NickUfer/manifold3d-rs" license = "Apache-2.0" -version = "0.0.4" +version = "0.0.5" edition = "2021" include = [ "/src",