diff --git a/VERSIONS.md b/VERSIONS.md index 5d65001a..a841b299 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,4 +1,4 @@ -# 3.5.0 (maintenance) +# 3.5.0 - Enhanced grappling to support collision and target layers - Added Godot Editor XR Tools menu for layers - Improved gliding to support roll-turning while flapping diff --git a/addons/godot-xr-tools/plugin.cfg b/addons/godot-xr-tools/plugin.cfg index dcebd07b..73d7509f 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="3.4.0" +version="3.5.0" script="plugin.gd"