use version compatible with the maniacontrol website

This commit is contained in:
Beu 2021-08-18 17:08:55 +02:00
parent 9fb3323c7e
commit 89d591a13f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ use ManiaControl\Maps\Map;
class MatchManagerCore implements CallbackListener, CommandListener, TimerListener, CommunicationListener, Plugin {
const PLUGIN_ID = 152;
const PLUGIN_VERSION = '2.0.1';
const PLUGIN_VERSION = 2.1;
const PLUGIN_NAME = 'MatchManager Core';
const PLUGIN_AUTHOR = 'Beu';