From d4a375215b1b5704d99d02a47b54bad29c80bb2d Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 7 Sep 2022 13:26:19 -0500 Subject: [PATCH] (cargo-release) version 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d03e839..d5968e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tts" -version = "0.1.1" +version = "0.1.2" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" authors = ["Nolan Darilek "]