Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Sep 30, 2022
1 parent 5463605 commit 040f54b
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.3.2",
"SemVersion": "3.3.2",
"VersionName": "3.4.0",
"SemVersion": "3.4.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 @@ -19,7 +19,7 @@
#define SML_BUILD_METADATA "unknown"
#endif

extern "C" DLLEXPORT const TCHAR* modLoaderVersionString = TEXT("3.3.2+") TEXT(SML_BUILD_METADATA);
extern "C" DLLEXPORT const TCHAR* modLoaderVersionString = TEXT("3.4.0+") TEXT(SML_BUILD_METADATA);
extern "C" DLLEXPORT const long targetGameVersion = 202470;

DEFINE_LOG_CATEGORY(LogSatisfactoryModLoader);
Expand Down

0 comments on commit 040f54b

Please sign in to comment.