diff --git a/version.php b/version.php index 11be167..c61ceff 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018080800; -$plugin->release = '3.67.0.1043'; +$plugin->version = 2018091900; +$plugin->release = '3.68.0.1048'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_essaywiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2018080800 + 'qtype_wq' => 2018091900 );