diff --git a/README.md b/README.md index 0ff2a6e..58b51f2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Requires Godot 3.3, does not (yet) work with Godot 4. +See [Branches, Tags and versions](https://github.com/GodotVR/godot_openxr/issues/81) for more info on stable and development branches in this repository. + ## Status * This plugin supports Linux/X11 and Windows. diff --git a/demo/addons/godot-openxr/CHANGES.md b/demo/addons/godot-openxr/CHANGES.md index 3f047f9..538267b 100644 --- a/demo/addons/godot-openxr/CHANGES.md +++ b/demo/addons/godot-openxr/CHANGES.md @@ -1,6 +1,9 @@ Changes to the Godot OpenXR asset ================================= +1.1.0 +------------------- + 1.0.3 ------------------- - Copy loader dll in place when compiling diff --git a/demo/addons/godot-openxr/plugin.cfg b/demo/addons/godot-openxr/plugin.cfg index 20383f0..6370449 100644 --- a/demo/addons/godot-openxr/plugin.cfg +++ b/demo/addons/godot-openxr/plugin.cfg @@ -3,5 +3,5 @@ name="Godot OpenXR" description="Godot OpenXR plugin" author="Christoph Haag and Bastiaan Olij" -version="1.0.3" +version="1.1.0" script="plugin.gd"