diff --git a/README.md b/README.md index 9715c2fc..b8760846 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ This repository contains a number of support files and support scenes that can b Official releases are tagged and can be found [here](https://github.com/GodotVR/godot-xr-tools/releases). The following branches are in active development: -| Branch | Description | Godot version | -|-----------|-----------------------------|-----------------| -| master | Current development branch | Godot 3.5+ | -| 4.0-dev | Future development branch | Godot 4.0 | +| Branch | Description | Godot version | +|-----------|-------------------------------|-----------------| +| master | Current development branch | Godot 4.0+ | +| 3.x | Godot 3.x development branch | Godot 3.5+ | ## How to Use diff --git a/VERSIONS.md b/VERSIONS.md index a95a3257..ff100907 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,4 +1,4 @@ -# 3.4.0 (Development) +# 3.4.0 - Fixed footstep resource leak and added jump sounds and footstep signal - Added grab-point switching to pickable objects - Added return-to-snap-zone feature diff --git a/addons/godot-xr-tools/plugin.cfg b/addons/godot-xr-tools/plugin.cfg index 8af09ad3..dcebd07b 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-dev" +version="3.4.0" script="plugin.gd"