diff --git a/CHANGELOG.md b/CHANGELOG.md index a20bee5..5a2cb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 03f4149..cad5d6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "]