diff --git a/VERSIONS.md b/VERSIONS.md index 13bd1037..84354afe 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -2,6 +2,7 @@ - Minimum Godot version changed to 4.2 - Add pickable action_released signal - Fix custom hand poses calling legacy remove_animation +- Cleaned up StartXR # 4.3.3 - Fix Viewport2Din3D property forwarding diff --git a/addons/godot-xr-tools/plugin.cfg b/addons/godot-xr-tools/plugin.cfg index 1a7cf0a7..707e4786 100644 --- a/addons/godot-xr-tools/plugin.cfg +++ b/addons/godot-xr-tools/plugin.cfg @@ -3,5 +3,5 @@ name="Godot XR Tools" description="Godot XR Tools plugin" author="Bastiaan Olij and Contributors" -version="4.4.0-dev" +version="4.4.0-dev1" script="plugin.gd"