Skip to content

Commit

Permalink
chore: Release bevy-ui-navigation version 0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Nov 15, 2023
1 parent b3b98a7 commit 3c876fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 3c876fc

Please sign in to comment.