From 67498666aaf620629b896d6a1e3512a253009353 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Sat, 3 Feb 2024 04:35:06 +0100 Subject: [PATCH] fix the wrong version numbers inside the paltform support matrix and the main .uplugin file --- CHANGELOG.md | 1 + README.md | 6 +++--- SenseGlove.uplugin | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30a4a3a..66a1dcb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ This is a hotfix release addressing a few critical issues that might result in c - Removed a redundant code statement inside the SGNovaGloveImpl::GetSubFirmwareVersion method. - Some minor const correctness fixes. - Some other minor code fixes and improvements. +- Fix the wrong version numbers inside the paltform support matrix and the main .uplugin file. - Minor changelog fix. ## [1.9.2] - 2023-11-03 diff --git a/README.md b/README.md index 1198bce0..874c857e 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ This repository relies on Git LFS for storing binary blobs (e.g. third-party lib | **4.26** | ⚠️ v1.0.x | ⚠️ v1.0.x | ❌ | ⚠️ v1.0.x | ❌ | ❌ | ❌ | ⚠️ v1.0.4 | | **4.27** | ⚠️ v1.4.x | ⚠️ v1.4.x | ⚠️ v1.4.x | ⚠️ v1.4.x | ⚠️ v1.4.x | ⚠️ v1.4.x (r21e) | ⚠️ v1.3.1 | ⚠️ v1.4.3 | | **5.0** | ❌ | ⚠️ v1.6.x | ⚠️ v1.6.x | ⚠️ v1.6.x | ⚠️ v1.6.x | ⚠️ v1.6.x (r21e) | ⚠️ v1.6.1 | ⚠️ v1.6.1 | -| **5.1** | ❌ | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x (r25b) | ✅ v1.9.1 | ✅ v1.9.1 | -| **5.2** | ❌ | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x (r25b) | ✅ v1.9.1 | ✅ v1.9.1 | +| **5.1** | ❌ | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x (r25b) | ✅ v1.9.2 | ✅ v1.9.2 | +| **5.2** | ❌ | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x (r25b) | ✅ v1.9.2 | ✅ v1.9.2 | | **5.3** | ❌ | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x | ✅ v1.9.x (r25b) | ✅ v1.9.2 | ✅ v1.9.2 | * Supported @@ -285,4 +285,4 @@ The SenseGlove plug-in for Unreal Engine is licensed under the terms of the [MIT ### Third-Party Licenses -Please note that while the SenseGlove plug-in for Unreal Engine is made available under the [MIT License](LICENSE.md), it utilizes a few third-party libraries with permissive free licenses as well, in order to power various components. For a list of these libraries and their own respective open-source licenses take a look at [LICENSE-THIRD-PARTY.md](LICENSE-THIRD-PARTY.md), please. \ No newline at end of file +Please note that while the SenseGlove plug-in for Unreal Engine is made available under the [MIT License](LICENSE.md), it utilizes a few third-party libraries with permissive free licenses as well, in order to power various components. For a list of these libraries and their own respective open-source licenses take a look at [LICENSE-THIRD-PARTY.md](LICENSE-THIRD-PARTY.md), please. diff --git a/SenseGlove.uplugin b/SenseGlove.uplugin index 9e0ea7ef..746a686b 100644 --- a/SenseGlove.uplugin +++ b/SenseGlove.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.9.1", + "VersionName": "1.9.2", "FriendlyName": "SenseGlove", "Description": "Integrating the SenseGlove haptic controller into Unreal Engine", "Category": "Virtual Reality",