Skip to content

Commit

Permalink
VersionBump
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellJerome committed Jul 24, 2022
1 parent 408dc5b commit 7498283
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ExampleMod/ExampleMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ExampleMod : public Mod
ModVersion = "1.0.0"; // Mod Version
ModDescription = "HAHAHAHA MOD GO BURR"; // Mod Description
ModAuthors = "RussellJ"; // Mod Author
ModLoaderVersion = "2.2.0";
ModLoaderVersion = "2.2.1";

// Dont Touch The Internal Stuff
ModRef = this;
Expand Down
2 changes: 1 addition & 1 deletion UnrealEngineModLoader/UMLDefs.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

//Easy To Manage, keeping it in one place.
#define MODLOADER_VERSION "2.2.0"
#define MODLOADER_VERSION "2.2.1"

#ifdef UNREALENGINEMODLOADER_EXPORTS
#define LOADER_API __declspec(dllexport)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

//Easy To Manage, keeping it in one place.
#define MODLOADER_VERSION "2.2.0"
#define MODLOADER_VERSION "2.2.1"

0 comments on commit 7498283

Please sign in to comment.