From f674ffea5d5eed0139971e4604de04b9aeb68e9a Mon Sep 17 00:00:00 2001 From: Nicola Papale Date: Fri, 10 Nov 2023 16:13:11 +0100 Subject: [PATCH] chore: Release bevy-ui-navigation version 0.33.0 --- Cargo.toml | 2 +- Readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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