From e9eb6767c6edb4daa12e517d9b64e2afcc9d1d88 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 6 Mar 2023 14:44:01 -0600 Subject: [PATCH] Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49bc7fe..a0cff24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tts" -version = "0.4.0" +version = "0.5.0" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" authors = ["Nolan Darilek "]