Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskarth committed Oct 26, 2019
1 parent 243bbab commit d7290ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BaseMod/ExampleMod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion SatisfactoryModLoader/SatisfactoryModLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <mod/ModFunctions.h>

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;
Expand Down

0 comments on commit d7290ec

Please sign in to comment.