From 8c5da2e5051b7ec47e745e12a6f3ae752500fd53 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Wed, 11 Dec 2024 23:07:25 +0100 Subject: [PATCH] bump version Signed-off-by: Schmarni --- Cargo.toml | 2 +- crates/bevy_openxr/Cargo.toml | 2 +- crates/bevy_xr_utils/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f11ce4..d1e0fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.1.0-rc2" +version = "0.1.0" edition = "2021" description = "Community crate for XR in Bevy" repository = "https://github.com/awtterpip/bevy_oxr" diff --git a/crates/bevy_openxr/Cargo.toml b/crates/bevy_openxr/Cargo.toml index 514ee8d..a986d19 100644 --- a/crates/bevy_openxr/Cargo.toml +++ b/crates/bevy_openxr/Cargo.toml @@ -31,7 +31,7 @@ openxr = "0.18.0" thiserror = "1.0.57" wgpu = "0.20" wgpu-hal = "0.21" -bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0-rc1" } +bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0" } ash = { version = "0.37.3", optional = true } diff --git a/crates/bevy_xr_utils/Cargo.toml b/crates/bevy_xr_utils/Cargo.toml index ff299fa..d4805be 100644 --- a/crates/bevy_xr_utils/Cargo.toml +++ b/crates/bevy_xr_utils/Cargo.toml @@ -10,8 +10,8 @@ description = "utils for bevy_mod_xr and bevy_mod_openxr" [dependencies] bevy = { workspace = true, features = ["bevy_gizmos"] } -bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0-rc1" } -bevy_mod_openxr = { path = "../bevy_openxr", version = "0.1.0-rc1" } +bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0" } +bevy_mod_openxr = { path = "../bevy_openxr", version = "0.1.0" } [target.'cfg(not(target_family = "wasm"))'.dependencies] openxr = "0.18.0"