diff --git a/version.php b/version.php index 2e12ba8..3a0058c 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017051101; +$plugin->version = 2017051102; $plugin->requires = 2017042100; -$plugin->release = '3.3.4'; -$plugin->maturity = MATURITY_STABLE; +$plugin->release = '3.3.5'; +$plugin->maturity = MATURITY_ALPHA; $plugin->cron = 0; $plugin->component = 'mod_attendance';