Bump version to 1.0.1.
This commit is contained in:
parent
a0a3e22adc
commit
9d6e3b421c
@ -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}}
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
## 1.0.1 (November 25, 2024)
|
||||||
|
|
||||||
|
|
||||||
## 1.0.0 (November 25, 2024)
|
## 1.0.0 (November 25, 2024)
|
||||||
|
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user