diff --git a/version.php b/version.php index 17fd2b3..aa6eac9 100644 --- a/version.php +++ b/version.php @@ -25,6 +25,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_fileresponse'; -$plugin->version = 2017032800; -$plugin->requires = 2015050500; +$plugin->version = 2017052600; +$plugin->requires = 2016120502; // moodle 3.2.x $plugin->maturity = MATURITY_BETA;