Release
All checks were successful
Test / test (ubuntu-latest) (push) Successful in 4m42s

This commit is contained in:
Nolan Darilek 2025-05-16 09:49:00 -05:00
parent 0d192fe64f
commit 9c655cb14e
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
### Miscellaneous Tasks
- Add Nix-based build and CI configuration.
- Update to Bevy 016.
- Update to Bevy 0.16.
## Version 0.10.0 - 2024-12-05

View File

@ -1,6 +1,6 @@
[package]
name = "bevy_tts"
version = "0.10.0"
version = "0.11.0"
description = "Text-to-speech for the Bevy game engine"
repository = "https://labs.lightsout.games/projects/bevy_tts"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]