From a69ff429a7ac459f60ab39769e3dcd2a9c25d746 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 9 Feb 2024 12:08:03 -0600 Subject: [PATCH] Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99054fc..97486a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tts" -version = "0.6.0" +version = "0.7.0" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" authors = ["Nolan Darilek "]