diff --git a/version.php b/version.php index 41c3417..c753455 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_learningtools'; -$plugin->version = 2022051600; +$plugin->version = 2022050903; $plugin->release = '1.1.1'; $plugin->requires = 2022041900; // Moodle 4.0. $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [40, 40]; +$plugin->supported = [400, 400];