diff --git a/README.md b/README.md index cfd6ec0..31eee7f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A collection of useful components to enhance the MilSim gameplay experience for

- Metis Marker Version + Metis Marker Version Metis Marker Downloads diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 8954fd2..4f18486 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -12,7 +12,7 @@ #define MTS_TAG MTS // MINIMAL required version for the Mod. Components can specify others.. -#define REQUIRED_VERSION 1.82 +#define REQUIRED_VERSION 2.04 #ifdef COMPONENT_BEAUTIFIED #define COMPONENT_NAME QUOTE(mts - COMPONENT_BEAUTIFIED) diff --git a/addons/main/script_version.hpp b/addons/main/script_version.hpp index 0a4e5be..0526057 100644 --- a/addons/main/script_version.hpp +++ b/addons/main/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 1 -#define MINOR 2 -#define PATCHLVL 2 -#define BUILD 210524 +#define MINOR 3 +#define PATCHLVL 0 +#define BUILD 210830