(cargo-release) version 0.1.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nolan Darilek 2022-08-29 17:24:22 -05:00
parent 6bb1c62d32
commit c66e1b9a94

View File

@ -2,7 +2,7 @@
name = "bevy_tts"
description = "Text-to-speech for the Bevy game engine"
repository = "https://labs.lightsout.games/projects/bevy_tts"
version = "0.0.0"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
license = "MIT OR Apache-2.0"
edition = "2021"
@ -27,4 +27,4 @@ bevy = { version = "0.8", default-features = true }
tag-prefix = ""
publish = false
push = false
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]