From ab0710266225d494c6b4ef38dcb34557cac493e6 Mon Sep 17 00:00:00 2001 From: ldesgoui Date: Fri, 23 Aug 2024 23:22:09 +0200 Subject: [PATCH] v1.16.15 --- 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 17ce00e..6d437c5 100644 --- a/scripting/tf2-comp-fixes.sp +++ b/scripting/tf2-comp-fixes.sp @@ -37,7 +37,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.16.14" +#define PLUGIN_VERSION "1.16.15" // clang-format off public diff --git a/updatefile.txt b/updatefile.txt index f78cf5c..6a3abc1 100644 --- a/updatefile.txt +++ b/updatefile.txt @@ -1,7 +1,7 @@ "Updater" { "Information" { "Version" { - "Latest" "1.16.14" + "Latest" "1.16.15" } "Notes" "Patch notes: https://github.com/ldesgoui/tf2-comp-fixes/releases"