diff --git a/version.php b/version.php index 457ba5e..364cc48 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024032200; +$plugin->version = 2024032201; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.11.0'; +$plugin->release = '4.11.1'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array( - 'qtype_wq' => 2024032200 + 'qtype_wq' => 2024032201 );