diff --git a/version.php b/version.php index 5b2845b..fa78a93 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->requires = 2022041900; // Requires this Moodle version. $plugin->release = 'Version 1.3'; $plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics). -$plugin->supported = [40, 401]; +$plugin->supported = [400, 401]; $plugin->maturity = MATURITY_STABLE;