From 77814baa24a693f5a15cea2160e30cd691336d6f Mon Sep 17 00:00:00 2001 From: ldesgoui Date: Sat, 24 Aug 2024 00:52:17 +0200 Subject: [PATCH] v1.16.16 --- 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 6d437c5..56c3f72 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.15" +#define PLUGIN_VERSION "1.16.16" // clang-format off public diff --git a/updatefile.txt b/updatefile.txt index 6a3abc1..3a49c6e 100644 --- a/updatefile.txt +++ b/updatefile.txt @@ -1,7 +1,7 @@ "Updater" { "Information" { "Version" { - "Latest" "1.16.15" + "Latest" "1.16.16" } "Notes" "Patch notes: https://github.com/ldesgoui/tf2-comp-fixes/releases"