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