From cd764293f19514d3a47bf42ac8e02672c9ede191 Mon Sep 17 00:00:00 2001 From: beu Date: Wed, 3 Nov 2021 01:25:32 +0100 Subject: [PATCH] bump version --- MatchManagerSuite/MatchManagerWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatchManagerSuite/MatchManagerWidget.php b/MatchManagerSuite/MatchManagerWidget.php index 207323d..a6c31d2 100644 --- a/MatchManagerSuite/MatchManagerWidget.php +++ b/MatchManagerSuite/MatchManagerWidget.php @@ -42,7 +42,7 @@ class MatchManagerWidget implements ManialinkPageAnswerListener, CallbackListene * Constants */ const PLUGIN_ID = 153; - const PLUGIN_VERSION = 1.4; + const PLUGIN_VERSION = 1.5; const PLUGIN_NAME = 'MatchManager Widget'; const PLUGIN_AUTHOR = 'Beu';