From 5f792479b728a21ed480e8c26bfd6bf8aa443e5f Mon Sep 17 00:00:00 2001 From: Zhixing Zhang Date: Thu, 6 Apr 2023 10:24:03 -0700 Subject: [PATCH] chore: Release dot_vox version 5.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93a05af..e638ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dot_vox" edition = "2021" -version = "5.1.0" +version = "5.1.1" authors = ["David Edmonds "] description = "A Rust library for loading MagicaVoxel .vox files." license = "MIT"