diff --git a/version.php b/version.php index 1a84ff2..130df44 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021122100; -$plugin->release = '4.4.0'; +$plugin->version = 2022031600; +$plugin->release = '4.4.2'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2021122100 + 'qtype_wq' => 2022031600 );