From 951409f221e40547bf2d97c0f8b4879aaf0cc532 Mon Sep 17 00:00:00 2001 From: Beu Date: Tue, 6 Apr 2021 21:28:27 +0200 Subject: [PATCH] Update version --- MatchManagerSuite/MatchManagerCore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatchManagerSuite/MatchManagerCore.php b/MatchManagerSuite/MatchManagerCore.php index aaaa761..00e5bf7 100644 --- a/MatchManagerSuite/MatchManagerCore.php +++ b/MatchManagerSuite/MatchManagerCore.php @@ -39,7 +39,7 @@ use Maniaplanet\DedicatedServer\InvalidArgumentException; class MatchManagerCore implements ManialinkPageAnswerListener, CallbackListener, CommandListener, TimerListener, CommunicationListener, Plugin { const PLUGIN_ID = 152; - const PLUGIN_VERSION = 1.1; + const PLUGIN_VERSION = 1.2; const PLUGIN_NAME = 'MatchManager Core'; const PLUGIN_AUTHOR = 'Beu';