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