mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-12 23:45:56 +00:00
This commit is contained in:
parent
0924296361
commit
2191d22f55
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user