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";