Skip to content

Commit

Permalink
chore: Release bevy-ui-navigation version 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Nov 10, 2023
1 parent 77d94a2 commit f674ffe
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"]
version = "0.32.0"
version = "0.33.0"
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.32.0"
bevy-ui-navigation = "0.33.0"
```

The in-depth design specification is [available here][rfc41].
Expand Down Expand Up @@ -632,7 +632,7 @@ fn return_trigger_action(mut requests: EventWriter<NavRequest>, input: Res<Input

| bevy | latest supporting version |
|------|--------|
| 0.12 | 0.32.0 |
| 0.12 | 0.33.0 |
| 0.11 | 0.32.0 |
| 0.10 | 0.24.1 |
| 0.9 | 0.23.1 |
Expand Down

0 comments on commit f674ffe

Please sign in to comment.