diff --git a/version.php b/version.php index 73da51e..e174638 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024032204; +$plugin->version = 2024032205; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.11.4'; +$plugin->release = '4.11.5'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_truefalsewiris'; $plugin->dependencies = array( - 'qtype_wq' => 2024032204 + 'qtype_wq' => 2024032205 );