From 8d45d0a8049b26a3ce0fbabb790cc7c5836040e2 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 6 Jul 2024 21:13:00 -0500 Subject: [PATCH] Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9757650..702d8dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tts" -version = "0.8.0" +version = "0.9.0" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" authors = ["Nolan Darilek "]