From 2191d22f556df475d17a44ed228d23fc850117d1 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 20 Dec 2022 15:05:56 -0600 Subject: [PATCH] Release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aff3425..2126d51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tts" -version = "0.2.0" +version = "0.2.1" description = "Text-to-speech for the Bevy game engine" repository = "https://labs.lightsout.games/projects/bevy_tts" authors = ["Nolan Darilek "] @@ -28,4 +28,4 @@ bevy = { version = "0.9", default-features = true } publish = false push = false pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"] -pre-release-commit-message = "Release" \ No newline at end of file +pre-release-commit-message = "Release"