From d12987429cfd32d347a88eef37973c4b2569ee66 Mon Sep 17 00:00:00 2001 From: ldesgoui Date: Fri, 10 Dec 2021 17:28:09 +0100 Subject: [PATCH] v1.12.0 --- scripting/tf2-comp-fixes.sp | 2 +- updatefile.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripting/tf2-comp-fixes.sp b/scripting/tf2-comp-fixes.sp index 365d866..6811410 100644 --- a/scripting/tf2-comp-fixes.sp +++ b/scripting/tf2-comp-fixes.sp @@ -28,7 +28,7 @@ #include "tf2-comp-fixes/tournament-end-ignores-whitelist.sp" #include "tf2-comp-fixes/winger-jump-bonus-when-fully-deployed.sp" -#define PLUGIN_VERSION "1.11.2" +#define PLUGIN_VERSION "1.12.0" // clang-format off public diff --git a/updatefile.txt b/updatefile.txt index c47b2da..4b06ecc 100644 --- a/updatefile.txt +++ b/updatefile.txt @@ -1,7 +1,7 @@ "Updater" { "Information" { "Version" { - "Latest" "1.11.2" + "Latest" "1.12.0" } "Notes" "Patch notes: https://github.com/ldesgoui/tf2-comp-fixes/releases"