Skip to content

Commit

Permalink
[Auto] Bump ALXR version
Browse files Browse the repository at this point in the history
  • Loading branch information
korejan authored and github-actions[bot] committed Jun 29, 2022
1 parent c552de5 commit 6878311
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-android-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-android-client"
version = "0.8.0"
version = "0.9.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
description = "An OpenXR based ALVR client for android platorms"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-android-client/pico-neo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-pico"
version = "0.8.0"
version = "0.9.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
description = "An OpenXR based ALVR client for Pico Neo 3"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-android-client/quest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-quest"
version = "0.8.0"
version = "0.9.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
description = "An OpenXR based ALVR client for Oculus Quest 1/2"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client"
version = "0.8.0"
version = "0.9.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
description = "An OpenXR based ALVR client for non-android platorms"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-client/uwp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-uwp"
version = "1.8.0"
version = "1.9.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
build = ".build/main.rs"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-common"
version = "0.8.0"
version = "0.9.0"
authors = ["korejan <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-engine-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-engine-sys"
version = "0.8.0"
version = "0.9.0"
authors = ["korejan <[email protected]>"]
edition = "2021"
links = "alxr_engine"
Expand Down

0 comments on commit 6878311

Please sign in to comment.