Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hrimhari committed Apr 6, 2016
1 parent 072c7c9 commit 0c80c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2015121600; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2016040600; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2015051101; // Requires this Moodle version
$plugin->component = 'auth_emailadmin'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.2.1';
$plugin->release = '1.2.2';

0 comments on commit 0c80c1d

Please sign in to comment.