diff --git a/version.php b/version.php index 270b6a6..e697cb0 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020011300; -$plugin->release = '3.78.0'; +$plugin->version = 2020061600; +$plugin->release = '3.78.2'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2020011300 + 'qtype_wq' => 2020061600 );