From 6aac16bc30a5a3cc8ef31963bd1ad15875d00579 Mon Sep 17 00:00:00 2001 From: Sarrus1 Date: Tue, 14 Mar 2023 19:14:51 +0100 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 6 ++++++ scripting/SurfTimer-discord.sp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981303c..72306b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Release Notes +## [2.5.5] + +### Fixed + +- Fixed test command throwing an error when called from the server's console. + ## [2.5.4] ### Fixed diff --git a/scripting/SurfTimer-discord.sp b/scripting/SurfTimer-discord.sp index bc8834f..44785ab 100644 --- a/scripting/SurfTimer-discord.sp +++ b/scripting/SurfTimer-discord.sp @@ -13,7 +13,7 @@ public Plugin myinfo = name = "SurfTimer-Discord", author = "Sarrus", description = "A module for SurfTimer-Official to send Discord Notifications when a new record is set.", - version = "2.5.4", + version = "2.5.5", url = "https://github.com/Sarrus1/SurfTimer-discord" };