From 3084f4b5b593420d5e9c37e50fa85bb5e91b01b5 Mon Sep 17 00:00:00 2001 From: Alexander Nell Date: Thu, 21 May 2020 15:36:14 +0200 Subject: [PATCH] Bump LocalRecordsPlugin Version --- plugins/MCTeam/LocalRecordsPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MCTeam/LocalRecordsPlugin.php b/plugins/MCTeam/LocalRecordsPlugin.php index 6929fa21..ab6808d7 100644 --- a/plugins/MCTeam/LocalRecordsPlugin.php +++ b/plugins/MCTeam/LocalRecordsPlugin.php @@ -43,7 +43,7 @@ class LocalRecordsPlugin implements CallbackListener, CallQueueListener, Command * Constants */ const ID = 7; - const VERSION = 0.8; + const VERSION = 0.81; const NAME = 'Local Records Plugin'; const AUTHOR = 'MCTeam'; const MLID_RECORDS = 'ml_local_records';