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"