From 947144357c122c3aac37cddba262b64ffcb2dbee Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 14 Mar 2024 12:51:44 -0500 Subject: [PATCH] Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 494478b..927a91c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tts" -version = "0.7.0" +version = "0.8.0" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" authors = ["Nolan Darilek "]