From ff6bdf67acb265741455e41bbaa911466d5d752e Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Fri, 5 Jul 2024 13:07:49 +1000 Subject: [PATCH] Prepare 4.4.0-dev1 --- VERSIONS.md | 1 + addons/godot-xr-tools/plugin.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"