diff --git a/version.php b/version.php index 0c194c9..d222031 100755 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2017051512; -$plugin->requires = 2017051505.14; // Moodle 3.3.5+ (Build: 20180515) and upwards. +$plugin->version = 2017051513; +$plugin->requires = 2017051506.00; // Moodle 3.3.6 (Build: 20180517) and upwards. $plugin->component = 'tool_dataprivacy'; $plugin->release = '33.6.0'; -$plugin->maturity = MATURITY_BETA; +$plugin->maturity = MATURITY_STABLE;