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