From f8a322d5c1a5ad49bedbc83c2ce48ffb82ceb940 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Sat, 30 Nov 2024 18:49:19 +0000 Subject: [PATCH] Bump version to 1.0.3. --- CHANGELOG.md | 3 +++ RefinedRDApi.uplugin | 4 ++-- VERSION | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a923579..106d63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.3 (November 30, 2024) + - feat: Changed forms to array + ## 1.0.2 (November 29, 2024) - feat: Item filters - feat: Additional DS Options diff --git a/RefinedRDApi.uplugin b/RefinedRDApi.uplugin index b84189a..e911674 100644 --- a/RefinedRDApi.uplugin +++ b/RefinedRDApi.uplugin @@ -1,8 +1,8 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.0.2", - "SemVersion": "1.0.2", + "VersionName": "1.0.3", + "SemVersion": "1.0.3", "FriendlyName": "Refined R&D Api", "Description": "This Lib can be used to create Mod Compatability with Refined R&D Mods", "Category": "Modding", diff --git a/VERSION b/VERSION index e6d5cb8..e4c0d46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file