From 6b2b12cf2a2aa9f7c4b2bedf63a5831c6bb90c34 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Mon, 25 Nov 2024 15:26:06 +0000 Subject: [PATCH] Bump version to 1.0.1. --- .gitea/workflows/main.yaml | 2 +- CHANGELOG.md | 3 +++ RefinedRDApi.uplugin | 4 ++-- VERSION | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index ce4820e..d671bf9 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -68,7 +68,7 @@ jobs: ($UPlugin | convertto-json -Depth 100) -replace '\\u0026', '&' | Set-Content ${{env.SML_DIR}}/Mods/${{matrix.value}}/${{matrix.value}}.uplugin echo "Done" CompileEditor: - needs: UpdateModUPluginDependencies + needs: UpdateUPlugins runs-on: windows-2022 outputs: version: ${{steps.getversion.outputs.version}} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bde8cd..7faba9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.1 (November 25, 2024) + + ## 1.0.0 (November 25, 2024) diff --git a/RefinedRDApi.uplugin b/RefinedRDApi.uplugin index 753fa26..f62e586 100644 --- a/RefinedRDApi.uplugin +++ b/RefinedRDApi.uplugin @@ -1,8 +1,8 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.0.0", - "SemVersion": "1.0.0", + "VersionName": "1.0.1", + "SemVersion": "1.0.1", "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 afaf360..7f20734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file