From bde7dfe5b919a57ca52bc1823fa4b3f469355c28 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 14 Aug 2023 21:21:12 +0200 Subject: [PATCH] bump the plugin version to v1.6.1 --- CHANGELOG.md | 7 +++++++ SenseGlove.uplugin | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d22ed35e..145ad7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.1] - 2023-08-14 + +### Fixed + +- Fix Unreal Engine 5.0 build issues. +- Minor documentation fixes. + ## [1.6.0] - 2023-08-14 ### Added diff --git a/SenseGlove.uplugin b/SenseGlove.uplugin index e4892a51..11c5e9f3 100644 --- a/SenseGlove.uplugin +++ b/SenseGlove.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.6.0", + "VersionName": "1.6.1", "FriendlyName": "SenseGlove", "Description": "Integrating the SenseGlove haptic controller into Unreal Engine", "Category": "Virtual Reality",