From 503b7b3b6608c75e9929bc22946d5154c3e80f6f Mon Sep 17 00:00:00 2001 From: Stefan-Alexander Scholz Date: Thu, 22 Feb 2024 12:41:05 +0100 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index dd3260e..1097abe 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ $plugin->component = 'availability_sectioncompleted'; $plugin->version = 2024013200; -$plugin->release = 'Version 1.04'; +$plugin->release = 'Version 1.05'; $plugin->requires = 2020061500; $plugin->maturity = MATURITY_STABLE; $plugin->supported = [39, 403];