From 8cdcbaa38e9424a3707abca18de74849f1142d09 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sun, 16 Jul 2023 13:04:21 -0500 Subject: [PATCH] Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6b07f1..c0fa2b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tts" -version = "0.5.0" +version = "0.6.0" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" authors = ["Nolan Darilek "]