From f7072dd6080fd4ec373943550a78a8ab8cd856ae Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Sun, 23 Apr 2023 01:51:34 +1000 Subject: [PATCH] Godot XR Tools 4.1.0 --- VERSIONS.md | 2 +- addons/godot-xr-tools/plugin.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSIONS.md b/VERSIONS.md index f6d61263..4a06d2a6 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,4 +1,4 @@ -# 4.1.0 (development) +# 4.1.0 - Enhanced grappling to support collision and target layers - Added Godot Editor XR Tools menu for layers and openxr configuration - 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 76a9d4c1..9d3cdddd 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.0.0" +version="4.1.0" script="plugin.gd"