mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-23 18:25:56 +00:00
(cargo-release) version 0.1.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6bb1c62d32
commit
c66e1b9a94
|
@ -2,7 +2,7 @@
|
||||||
name = "bevy_tts"
|
name = "bevy_tts"
|
||||||
description = "Text-to-speech for the Bevy game engine"
|
description = "Text-to-speech for the Bevy game engine"
|
||||||
repository = "https://labs.lightsout.games/projects/bevy_tts"
|
repository = "https://labs.lightsout.games/projects/bevy_tts"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -27,4 +27,4 @@ bevy = { version = "0.8", default-features = true }
|
||||||
tag-prefix = ""
|
tag-prefix = ""
|
||||||
publish = false
|
publish = false
|
||||||
push = false
|
push = false
|
||||||
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
|
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user