diff --git a/scripting/tf2-comp-fixes.sp b/scripting/tf2-comp-fixes.sp index 3fd2620..f9b6aaf 100644 --- a/scripting/tf2-comp-fixes.sp +++ b/scripting/tf2-comp-fixes.sp @@ -26,7 +26,7 @@ Plugin myinfo = { name = "TF2 Competitive Fixes", author = "ldesgoui", description = "Various technical or gameplay changes catered towards competitive play", - version = "1.5.2", + version = "1.5.3", url = "https://github.com/ldesgoui/tf2-comp-fixes" }; // clang-format on diff --git a/updatefile.txt b/updatefile.txt index 79cb03b..c927430 100644 --- a/updatefile.txt +++ b/updatefile.txt @@ -1,7 +1,7 @@ "Updater" { "Information" { "Version" { - "Latest" "1.5.2" + "Latest" "1.5.3" } "Notes" "Patch notes: https://github.com/ldesgoui/tf2-comp-fixes/releases"