From 7d1704257ea1f6d7c0b9807c979c603ddc24154b Mon Sep 17 00:00:00 2001 From: Will Usher Date: Tue, 26 Mar 2024 21:05:48 -0700 Subject: [PATCH] Bump version for 4.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f95cc8..e00e58a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tobj" -version = "4.0.1" +version = "4.0.2" edition = "2021" authors = ["Will Usher ", "Moritz Moeller "] description = "A lightweight OBJ loader in the spirit of tinyobjloader"