diff --git a/version.php b/version.php index 8fc7151..fedfdfb 100644 --- a/version.php +++ b/version.php @@ -28,10 +28,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016052400; // If version == 0 then module will not be installed. +$plugin->version = 2016111700; // If version == 0 then module will not be installed. $plugin->requires = 2014051200.00; // Requires this Moodle version (2.7) $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_quizgame'; // To check on upgrade, that module sits in correct place. $plugin->maturity = MATURITY_ALPHA; -$plugin->release = 'v3.1-r2'; +$plugin->release = 'v3.2-r1';