From cdbbc4efc541c32491ddb1e95e1b0bcf52f388dc Mon Sep 17 00:00:00 2001 From: MalekiRe Date: Tue, 4 Jun 2024 17:01:26 -0700 Subject: [PATCH] updated version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fd9ae3..09f1c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ color-eyre = "0.6.2" [package] name = "bevy_oxr" -version = "0.1.0" +version = "0.2.0" description = "Community crate for OpenXR in Bevy" edition.workspace = true license.workspace = true