From 9ac313ac6173b440f50954b696dc2063513b4f37 Mon Sep 17 00:00:00 2001 From: laund Date: Sun, 24 Nov 2024 17:59:12 +0100 Subject: [PATCH] update version numbers --- Cargo.toml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b8c4d90..10efc08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] [dependencies] bevy = { version = "0.15.0-rc.3", default-features = false } diff --git a/README.md b/README.md index bef5c84..2db1f48 100644 --- a/README.md +++ b/README.md @@ -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 |