Bump version in preparation for plugins db release
authorDan Marsden <dan@danmarsden.com>
Tue, 15 Mar 2016 01:00:12 +0000 (14:00 +1300)
committerDan Marsden <dan@danmarsden.com>
Tue, 15 Mar 2016 01:00:12 +0000 (14:00 +1300)
version.php

index ecd1e05..8bf1ec8 100644 (file)
@@ -22,9 +22,9 @@
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
-$plugin->version  = 2015102200;
+$plugin->version  = 2016031500;
 $plugin->requires = 2015051100;
-$plugin->release = '3.0.0.1';
+$plugin->release = '3.1.0.0';
 $plugin->maturity  = MATURITY_STABLE;
 $plugin->cron     = 0;
 $plugin->component = 'mod_attendance';