From a6c22b4eb05d36ff45f6ce221d3dd2d9fec7fce2 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 5 Dec 2024 16:17:26 -0600 Subject: [PATCH] Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5dbfa9..53e2b7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tts" -version = "0.9.0" +version = "0.10.0" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" authors = ["Nolan Darilek "]