diff --git a/Cargo.lock b/Cargo.lock index 867908e3..0bcf3907 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,7 +1240,7 @@ dependencies = [ [[package]] name = "bevy_gaussian_splatting" -version = "3.0.0" +version = "3.1.0" dependencies = [ "bevy 0.15.0", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index 758f40c6..893fcf65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_gaussian_splatting" description = "bevy gaussian splatting render pipeline plugin" -version = "3.0.0" +version = "3.1.0" edition = "2021" authors = ["mosure "] license = "MIT OR Apache-2.0"