From b79130d0d92ef71a43576fbd5d3095dd930a607e Mon Sep 17 00:00:00 2001 From: ldesgoui Date: Thu, 14 May 2020 12:00:43 +0200 Subject: [PATCH] v1.6.3 --- 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 0c7bcc0..98f7a5a 100644 --- a/scripting/tf2-comp-fixes.sp +++ b/scripting/tf2-comp-fixes.sp @@ -27,7 +27,7 @@ Plugin myinfo = { name = "TF2 Competitive Fixes", author = "ldesgoui", description = "Various technical or gameplay changes catered towards competitive play", - version = "1.6.2", + version = "1.6.3", url = "https://github.com/ldesgoui/tf2-comp-fixes" }; // clang-format on diff --git a/updatefile.txt b/updatefile.txt index 78a1b19..8894e72 100644 --- a/updatefile.txt +++ b/updatefile.txt @@ -1,7 +1,7 @@ "Updater" { "Information" { "Version" { - "Latest" "1.6.2" + "Latest" "1.6.3" } "Notes" "Patch notes: https://github.com/ldesgoui/tf2-comp-fixes/releases"