Browse Source

bump version for plugins db release

MOODLE_31_STABLE
Dan Marsden 9 years ago
parent
commit
d8e73df9fe
  1. 4
      version.php

4
version.php

@ -22,9 +22,9 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
$plugin->version = 2016052200; $plugin->version = 2016052201;
$plugin->requires = 2015051100; $plugin->requires = 2015051100;
$plugin->release = '3.1.0.2'; $plugin->release = '3.1.0.3';
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'mod_attendance'; $plugin->component = 'mod_attendance';

Loading…
Cancel
Save