From f39b960c9158287ac599da16c1cfd99d91df6ee4 Mon Sep 17 00:00:00 2001 From: Stefan-Alexander Scholz Date: Wed, 21 Feb 2024 01:10:46 +0100 Subject: [PATCH] Fix typo in maturity --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 7fa3d67..96df123 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->version = 2023100705; $plugin->requires = 2022112800; // Requires Moodle 4.1 $plugin->release = 'v2.0'; -$plugin->maturity = MATURIY_STABLE; +$plugin->maturity = MATURITY_STABLE; $plugin->supported = [401, 402];