From 4d3940286043c943421fcd23a1defc91d79c7a79 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 29 Aug 2022 17:43:06 -0500 Subject: [PATCH] (cargo-release) version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed4ce4c..0443853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bevy_tts" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" -version = "0.1.0" +version = "0.1.1" authors = ["Nolan Darilek "] license = "MIT OR Apache-2.0" edition = "2021"