From 3c876fcfa79cea3cdc0d11ae2e82473db87daf39 Mon Sep 17 00:00:00 2001
From: Nicola Papale <nico@nicopap.ch>
Date: Wed, 15 Nov 2023 11:40:24 +0100
Subject: [PATCH] chore: Release bevy-ui-navigation version 0.33.1

---
 Cargo.toml | 2 +-
 Readme.md  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 8311384..ca5f6d0 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", "CHANGELOG.md"]
-version = "0.33.0"
+version = "0.33.1"
 rust-version = "1.73"
 edition = "2021"
 
diff --git a/Readme.md b/Readme.md
index df15ed5..ae7eb2f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -10,7 +10,7 @@ A generic UI navigation algorithm for the
 
 ```toml
 [dependencies]
-bevy-ui-navigation = "0.33.0"
+bevy-ui-navigation = "0.33.1"
 ```
 
 The in-depth design specification is [available here][rfc41].
@@ -435,7 +435,7 @@ See the changelog at <https://github.com/nicopap/ui-navigation/blob/master/CHANG
 
 | bevy | latest supporting version      |
 |------|--------|
-| 0.12 | 0.33.0 |
+| 0.12 | 0.33.1 |
 | 0.11 | 0.32.0 |
 | 0.10 | 0.24.1 |
 | 0.9  | 0.23.1 |