Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
laundmo committed Nov 24, 2024
1 parent 5733d42 commit 9ac313a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "bevy_spatial"
description = "A crate for tracking bevy entities in spatial indices."
documentation = "https://docs.rs/bevy_spatial"
version = "0.9.1"
version = "0.10.0"
license = "MIT OR Apache-2.0"
edition = "2021"
keywords = ["gamedev", "bevy", "kdtree", "knn", "nearest-neighbour"]
repository = "https://github.com/laundmo/bevy-spatial"
readme = "README.md"
authors = ["laundmo"]
authors = ["laund <[email protected]>"]

[dependencies]
bevy = { version = "0.15.0-rc.3", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ For more details on usage see [Examples](https://github.com/laundmo/bevy-spatial

| bevy | bevy_spatial |
| ---- | ------------ |
| 0.15 | 0.10.0 |
| 0.14 | 0.9.1 |
| 0.13 | 0.8.0 |
| 0.12 | 0.7.0 |
Expand Down

0 comments on commit 9ac313a

Please sign in to comment.