chore: bump version to 0.2.1

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-04-09 19:46:29 +02:00
parent 8747b139d3
commit c1320facd3
2 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Community crate for XR in Bevy"
repository = "https://github.com/awtterpip/bevy_oxr"
@@ -18,9 +18,9 @@ bevy = { version = "0.15", default-features = false, features = [
"bevy_window",
"x11",
] }
bevy_mod_xr = { path = "crates/bevy_xr", version = "0.2.0" }
bevy_mod_openxr = { path = "crates/bevy_openxr", version = "0.2.0" }
bevy_xr_utils = { path = "crates/bevy_xr_utils", version = "0.2.0" }
bevy_mod_xr = { path = "crates/bevy_xr", version = "0.2.1" }
bevy_mod_openxr = { path = "crates/bevy_openxr", version = "0.2.1" }
bevy_xr_utils = { path = "crates/bevy_xr_utils", version = "0.2.1" }
openxr = "0.19.0"
thiserror = "2.0.3"
wgpu = "23"