diff --git a/Cargo.toml b/Cargo.toml index 99b64b0..2d002b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["game-development", "accessibility", "gui"] repository = "https://github.com/nicopap/ui-navigation" homepage = "https://github.com/nicopap/ui-navigation" exclude = ["assets", ".github"] -version = "0.32.0" +version = "0.33.0" rust-version = "1.73" edition = "2021" diff --git a/Readme.md b/Readme.md index 03d0dd7..a41cd4f 100644 --- a/Readme.md +++ b/Readme.md @@ -10,7 +10,7 @@ A generic UI navigation algorithm for the ```toml [dependencies] -bevy-ui-navigation = "0.32.0" +bevy-ui-navigation = "0.33.0" ``` The in-depth design specification is [available here][rfc41]. @@ -632,7 +632,7 @@ fn return_trigger_action(mut requests: EventWriter, input: Res