Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Jul 8, 2022
1 parent e390a67 commit 5864033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Plugins/SML/SML.uplugin
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"FileVersion": 3,
"Version": 3,
"VersionName": "3.3.1",
"SemVersion": "3.3.1",
"VersionName": "3.3.2",
"SemVersion": "3.3.2",
"FriendlyName": "Satisfactory Mod Loader",
"Description": "Mod loading and compatibility API for Satisfactory",
"Category": "Modding",
Expand Down
4 changes: 2 additions & 2 deletions Plugins/SML/Source/SML/Private/SatisfactoryModLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#define SML_BUILD_METADATA "unknown"
#endif

extern "C" DLLEXPORT const TCHAR* modLoaderVersionString = TEXT("3.3.1+") TEXT(SML_BUILD_METADATA);
extern "C" DLLEXPORT const long targetGameVersion = 186638;
extern "C" DLLEXPORT const TCHAR* modLoaderVersionString = TEXT("3.3.2+") TEXT(SML_BUILD_METADATA);
extern "C" DLLEXPORT const long targetGameVersion = 194714;

DEFINE_LOG_CATEGORY(LogSatisfactoryModLoader);

Expand Down

0 comments on commit 5864033

Please sign in to comment.