From dd0ff50db9f769855acf1d67477c677c870b622a Mon Sep 17 00:00:00 2001 From: Schmarni Date: Fri, 2 May 2025 17:46:55 +0200 Subject: [PATCH] chore: bump version number Signed-off-by: Schmarni --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61ed4fe..ad93697 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.2.1" +version = "0.3.0" edition = "2021" description = "Community crate for XR in Bevy" repository = "https://github.com/awtterpip/bevy_oxr" @@ -18,9 +18,9 @@ bevy = { version = "0.16.0", default-features = false, features = [ "bevy_window", "x11", ] } -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" } +bevy_mod_xr = { path = "crates/bevy_xr", version = "0.3.0" } +bevy_mod_openxr = { path = "crates/bevy_openxr", version = "0.3.0" } +bevy_xr_utils = { path = "crates/bevy_xr_utils", version = "0.3.0" } openxr = "0.19.0" thiserror = "2.0.3" wgpu = "24.0.1"