diff --git a/version.php b/version.php index 817f5e2..ffbe05c 100644 --- a/version.php +++ b/version.php @@ -13,8 +13,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2013082200; // The (date) version of this plugin +$plugin->version = 2013082201; // The (date) version of this plugin $plugin->requires = 2012120300; // Requires this Moodle version -$plugin->release = '1.0 (Build: 2013072200)'; +$plugin->release = '1.0 (Build: 2013072201)'; $plugin->maturity = MATURITY_BETA; $plugin->component = 'local_configlogemailer';