diff --git a/version.php b/version.php index d1c2845..88b1cd1 100644 --- a/version.php +++ b/version.php @@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_knowledgecheck'; -$plugin->version = 2016121500; +$plugin->version = 2016122000; $plugin->requires = 2014050800; -$plugin->release = '1.0.0'; +$plugin->release = '1.0.1'; $plugin->maturity = MATURITY_STABLE;