From 8a0523da0767f6ebb318a9b255d8a74faa316f92 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Wed, 30 Nov 2022 14:32:34 +0100 Subject: [PATCH] bump the plugin version to v1.0.3 --- CHANGELOG.md | 9 +++++++++ SenseGlove.uplugin | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faecddb2..c06583c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ # Changelog + 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.0.3] - 2022-11-29 + +This is a minor release focusing on adherence to the Unreal Engine Marketplace Guidelines based on the feedback from Epic Games. + +### Changed + +- Adjust Config/FilterPlugin.ini in order to conform to Epic's Market Place Guidelines. + ## [1.0.2] - 2022-11-27 This is a minor release focusing on adherence to the Unreal Engine Marketplace Guidelines based on the feedback from Epic Games. diff --git a/SenseGlove.uplugin b/SenseGlove.uplugin index 3013cbf3..a2a32bab 100644 --- a/SenseGlove.uplugin +++ b/SenseGlove.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.0.2", + "VersionName": "1.0.3", "FriendlyName": "SenseGlove", "Description": "Integrating the SenseGlove haptic controller into Unreal Engine", "Category": "Virtual Reality",