From 0c8f5578867799236621a084cbff20d3b99c9609 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 6 Dec 2024 09:52:15 -0600 Subject: [PATCH] Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14d27e1..d1d1c74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_synthizer" -version = "0.8.0" +version = "0.9.0" authors = ["Nolan Darilek "] description = "A Bevy plugin for Synthizer, a library for 3D audio and synthesis with a focus on games and VR applications" license = "MIT OR Apache-2.0"