Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed May 2, 2021
1 parent 3fe1751 commit 3369f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0.0",
"SemVersion": "3.0.0",
"VersionName": "3.1.0",
"SemVersion": "3.1.0",
"FriendlyName": "Satisfactory Mod Loader",
"Description": "Mod loading and compatibility API for Satisfactory",
"Category": "Modding",
Expand Down
2 changes: 1 addition & 1 deletion Plugins/SML/Source/SML/Private/SatisfactoryModLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define SML_BUILD_METADATA "unknown"
#endif

extern "C" DLLEXPORT const TCHAR* modLoaderVersionString = TEXT("3.0.0+") TEXT(SML_BUILD_METADATA);
extern "C" DLLEXPORT const TCHAR* modLoaderVersionString = TEXT("3.1.0+") TEXT(SML_BUILD_METADATA);
extern "C" DLLEXPORT const long targetGameVersion = 151773;

DEFINE_LOG_CATEGORY(LogSatisfactoryModLoader);
Expand Down

0 comments on commit 3369f96

Please sign in to comment.