Skip to content

Commit

Permalink
Merge pull request #41 from BastiaanOlij/prepare_release_2.0.0-dev
Browse files Browse the repository at this point in the history
Added some version changes for our first dev release
  • Loading branch information
BastiaanOlij authored Aug 2, 2023
2 parents 029f503 + ef86ae8 commit 14a4499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ selecting `Android`
- Tick the `Use Gradle Build` tickbox
- Select `OpenXR` as the **XR Mode** under the **XR Features** section
- Enable the loader you need to use
- Scroll down to the bottom to see additional features for specific platforms.

**Note:**
**Do not** select multiple loaders in the same export template!
Expand Down
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {

// Parse the release version from the gradle project properties (e.g: -Prelease_version=<version>)
ext.getReleaseVersion = { ->
final String defaultVersion = "1.1.0-SNAPSHOT"
final String defaultVersion = "2.0.0-SNAPSHOT"

String releaseVersion = project.hasProperty("release_version") ? project.property("release_version") : defaultVersion
if (releaseVersion == null || releaseVersion.isEmpty()) {
Expand Down
2 changes: 1 addition & 1 deletion demo/addons/godotopenxr/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="GodotOpenXR"
description="Godot OpenXR loader plugin"
author="https://github.com/GodotVR/godot_openxr_loaders/blob/master/CONTRIBUTORS.md"
version="1.1.0-stable"
version="2.0.0-dev"
script="export/godot_openxr_editor_plugin.gd"

0 comments on commit 14a4499

Please sign in to comment.