Skip to content

Commit 0483328

Browse files
committed
Bump version
1 parent f75e901 commit 0483328

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Mods/ExampleMod/ExampleMod.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Version": 1,
44
"VersionName": "1.0.0",
55
"SemVersion": "1.0.0",
6-
"GameVersion": ">=415558",
6+
"GameVersion": ">=416835",
77
"FriendlyName": "Example Mod",
88
"Description": "A mod demonstrating capabilities of the Satisfactory and SML modding",
99
"Category": "Modding",
@@ -26,7 +26,7 @@
2626
{
2727
"Name": "SML",
2828
"Enabled": true,
29-
"SemVersion": "^3.11.1"
29+
"SemVersion": "^3.11.2"
3030
}
3131
]
3232
}

Mods/SML/SML.uplugin

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"FileVersion": 3,
33
"Version": 3,
4-
"VersionName": "3.11.1",
5-
"SemVersion": "3.11.1",
6-
"GameVersion": ">=415558",
4+
"VersionName": "3.11.2",
5+
"SemVersion": "3.11.2",
6+
"GameVersion": ">=416835",
77
"FriendlyName": "Satisfactory Mod Loader",
88
"Description": "Mod loading and compatibility API for Satisfactory",
99
"Category": "Modding",

0 commit comments

Comments
 (0)