diff --git a/README.md b/README.md index cafa8e716..0a8e34e7f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- Zeus Enhanced Version + Zeus Enhanced Version Zeus Enhanced Issues diff --git a/VERSION b/VERSION index e5bdedab0..ca83b5d51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0.26 +1.11.1.27 diff --git a/addons/main/script_version.hpp b/addons/main/script_version.hpp index bd43c811f..17fd5b663 100644 --- a/addons/main/script_version.hpp +++ b/addons/main/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 1 #define MINOR 11 -#define PATCHLVL 0 -#define BUILD 26 +#define PATCHLVL 1 +#define BUILD 27 diff --git a/mod.cpp b/mod.cpp index a262e51bd..32ff351e2 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,8 +1,8 @@ -name = "Zeus Enhanced 1.11.0"; +name = "Zeus Enhanced 1.11.1"; picture = "logo_zen_ca.paa"; actionName = "GitHub"; action = "https://github.com/zen-mod/ZEN"; -description = "Zeus Enhanced - Version 1.11.0"; +description = "Zeus Enhanced - Version 1.11.1"; logo = "logo_zen_small_ca.paa"; logoOver = "logo_zen_small_ca.paa"; tooltip = "Zeus Enhanced";