Release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nolan Darilek 2022-12-20 15:05:56 -06:00
parent 0924296361
commit 2191d22f55

View File

@ -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 <nolan@thewordnerd.info>"]
@ -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"
pre-release-commit-message = "Release"