Skip to content

Commit

Permalink
fixed typo in XR/gem/json
Browse files Browse the repository at this point in the history
Increased XR Gem minor version
Changed requirements for XR and OpenXRVk Gem
version in OpenXRTest.

Signed-off-by: galibzon <66021303+galibzon@users.noreply.github.com>
  • Loading branch information
galibzon authored and michalpelka committed Dec 6, 2023
1 parent 46037a2 commit f21f481
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gems/OpenXRVk/gem.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "OpenXR Vulcan for Atom",
"summary": "OpenXR Vulkan for Atom",
"canonical_tags": [
"Gem"
],
Expand Down
2 changes: 1 addition & 1 deletion Gems/XR/gem.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"dependencies": [],
"repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/xr-1.0.0-gem.zip",
"version": "1.0.0"
"version": "1.0.1"
}
4 changes: 2 additions & 2 deletions Projects/OpenXRTest/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"restricted": "OpenXRTest",
"gem_names": [
"XR",
"OpenXRVk"
"XR>=1.0.1",
"OpenXRVk>=1.0.1"
]
}

0 comments on commit f21f481

Please # to comment.