From 971238ed8b5667e1b71e1a78f7c006c60a194796 Mon Sep 17 00:00:00 2001 From: beu Date: Sun, 16 Mar 2025 16:39:55 +0100 Subject: [PATCH] bump version --- MatchManagerSuite/MatchManagerCore.php | 2 +- MatchManagerSuite/MatchManagerGSheet.php | 2 +- MatchManagerSuite/MatchManagerMultipleConfigManager.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MatchManagerSuite/MatchManagerCore.php b/MatchManagerSuite/MatchManagerCore.php index 518d44d..c53497e 100644 --- a/MatchManagerSuite/MatchManagerCore.php +++ b/MatchManagerSuite/MatchManagerCore.php @@ -43,7 +43,7 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen * MARK: Constants */ const PLUGIN_ID = 152; - const PLUGIN_VERSION = 5.6; + const PLUGIN_VERSION = 5.7; const PLUGIN_NAME = 'MatchManager Core'; const PLUGIN_AUTHOR = 'Beu'; diff --git a/MatchManagerSuite/MatchManagerGSheet.php b/MatchManagerSuite/MatchManagerGSheet.php index 169f9b6..04c64dc 100644 --- a/MatchManagerSuite/MatchManagerGSheet.php +++ b/MatchManagerSuite/MatchManagerGSheet.php @@ -39,7 +39,7 @@ class MatchManagerGSheet implements CallbackListener, TimerListener, CommandLis * Constants */ const PLUGIN_ID = 156; - const PLUGIN_VERSION = 2.1; + const PLUGIN_VERSION = 2.2; const PLUGIN_NAME = 'MatchManager GSheet'; const PLUGIN_AUTHOR = 'Beu'; diff --git a/MatchManagerSuite/MatchManagerMultipleConfigManager.php b/MatchManagerSuite/MatchManagerMultipleConfigManager.php index 4613dd0..eae1a53 100644 --- a/MatchManagerSuite/MatchManagerMultipleConfigManager.php +++ b/MatchManagerSuite/MatchManagerMultipleConfigManager.php @@ -44,7 +44,7 @@ class MatchManagerMultipleConfigManager implements ManialinkPageAnswerListener, * Constants */ const PLUGIN_ID = 171; - const PLUGIN_VERSION = 1.4; + const PLUGIN_VERSION = 1.5; const PLUGIN_NAME = 'MatchManager Multiple Config Manager'; const PLUGIN_AUTHOR = 'Beu';