diff --git a/scripting/tf2-comp-fixes.sp b/scripting/tf2-comp-fixes.sp index e9a8aeb..0c808f8 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.1", + version = "1.5.2", url = "https://github.com/ldesgoui/tf2-comp-fixes" }; // clang-format on diff --git a/updatefile.txt b/updatefile.txt index 27c65da..79cb03b 100644 --- a/updatefile.txt +++ b/updatefile.txt @@ -1,7 +1,7 @@ "Updater" { "Information" { "Version" { - "Latest" "1.5.1" + "Latest" "1.5.2" } "Notes" "Patch notes: https://github.com/ldesgoui/tf2-comp-fixes/releases"