diff --git a/BaseMod/ExampleMod.cpp b/BaseMod/ExampleMod.cpp index 5ea72f04da..d24d43d8a2 100644 --- a/BaseMod/ExampleMod.cpp +++ b/BaseMod/ExampleMod.cpp @@ -34,7 +34,7 @@ using namespace SML::Mod; using namespace SML::Objects; // Version of SML that this mod was compiled for. -#define SML_VERSION "1.0.1" +#define SML_VERSION "1.0.2" // define the mod name for easy changing and simple use #define MOD_NAME "ExampleMod" diff --git a/SatisfactoryModLoader/SatisfactoryModLoader.cpp b/SatisfactoryModLoader/SatisfactoryModLoader.cpp index e0af18369e..74acc19647 100644 --- a/SatisfactoryModLoader/SatisfactoryModLoader.cpp +++ b/SatisfactoryModLoader/SatisfactoryModLoader.cpp @@ -34,7 +34,7 @@ #include namespace SML { - extern "C" const SML_API char SML::smlVersion[] = "1.0.0"; + extern "C" const SML_API char SML::smlVersion[] = "1.0.2"; const int targetVersion = 106504; //CL of Satisfactory static const char* logName = "SatisfactoryModLoader.log"; Mod::ModHandler modHandler;