From 73d8590fa5e3ae0d66bcc84c28444d7a1d3f4049 Mon Sep 17 00:00:00 2001 From: mosure Date: Sun, 20 Oct 2024 16:19:31 -0500 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4275f790..ca3a88ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_gaussian_splatting" description = "bevy gaussian splatting render pipeline plugin" -version = "2.6.1" +version = "2.7.0" edition = "2021" authors = ["mosure "] license = "MIT"