From d6a3911e9c7927dc21c5a40c5c1e27fc748038a7 Mon Sep 17 00:00:00 2001 From: jonpas Date: Tue, 16 Mar 2021 12:12:04 +0100 Subject: [PATCH] Prepare release 1.18.1 --- README.md | 2 +- addons/main/script_version.hpp | 4 ++-- mod.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c85933a..1ea5ad88 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Theseus Services Version + Theseus Services Version Theseus Services Issues diff --git a/addons/main/script_version.hpp b/addons/main/script_version.hpp index 7b1d6c68..cf4148e5 100644 --- a/addons/main/script_version.hpp +++ b/addons/main/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 1 #define MINOR 18 -#define PATCHLVL 0 -#define BUILD 31 +#define PATCHLVL 1 +#define BUILD 32 diff --git a/mod.cpp b/mod.cpp index 708737a6..359ffb2b 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,4 +1,4 @@ -name = "Theseus Services 1.18.0"; +name = "Theseus Services 1.18.1"; picture = "logo_tacs_ca.paa"; actionName = "GitHub"; action = "https://github.com/Theseus-Aegis/TheseusServices";