From b86c627b34767d1e86554f2ab81110d155acd818 Mon Sep 17 00:00:00 2001 From: Timi007 Date: Mon, 30 Aug 2021 19:04:52 +0200 Subject: [PATCH] Bump up to 1.3.0 --- README.md | 2 +- addons/main/script_mod.hpp | 2 +- addons/main/script_version.hpp | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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