Bump version to 1.0.1.

This commit is contained in:
mrhid6 2024-11-25 15:26:06 +00:00
parent a0a3e22adc
commit 9d6e3b421c
4 changed files with 7 additions and 4 deletions

View File

@ -68,7 +68,7 @@ jobs:
($UPlugin | convertto-json -Depth 100) -replace '\\u0026', '&' | Set-Content ${{env.SML_DIR}}/Mods/${{matrix.value}}/${{matrix.value}}.uplugin ($UPlugin | convertto-json -Depth 100) -replace '\\u0026', '&' | Set-Content ${{env.SML_DIR}}/Mods/${{matrix.value}}/${{matrix.value}}.uplugin
echo "Done" echo "Done"
CompileEditor: CompileEditor:
needs: UpdateModUPluginDependencies needs: UpdateUPlugins
runs-on: windows-2022 runs-on: windows-2022
outputs: outputs:
version: ${{steps.getversion.outputs.version}} version: ${{steps.getversion.outputs.version}}

View File

@ -1,3 +1,6 @@
## 1.0.1 (November 25, 2024)
## 1.0.0 (November 25, 2024) ## 1.0.0 (November 25, 2024)

View File

@ -1,8 +1,8 @@
{ {
"FileVersion": 3, "FileVersion": 3,
"Version": 1, "Version": 1,
"VersionName": "1.0.0", "VersionName": "1.0.1",
"SemVersion": "1.0.0", "SemVersion": "1.0.1",
"FriendlyName": "Refined R&D Api", "FriendlyName": "Refined R&D Api",
"Description": "This Lib can be used to create Mod Compatability with Refined R&D Mods", "Description": "This Lib can be used to create Mod Compatability with Refined R&D Mods",
"Category": "Modding", "Category": "Modding",

View File

@ -1 +1 @@
1.0.0 1.0.1