diff --git a/version.php b/version.php index c5f7f35..cd63e63 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018060500; -$plugin->release = '3.65.0.1039'; +$plugin->version = 2018060600; +$plugin->release = '3.65.1.1040'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2018060500 + 'qtype_wq' => 2018060600 );