Skip to content

Commit

Permalink
Merge pull request #41 from integral-learning/dev
Browse files Browse the repository at this point in the history
Updated version.php for 1.4.6
  • Loading branch information
jtgoltz authored Mar 11, 2022
2 parents 0adb44f + e3eb7e9 commit d5f2f22
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 @@ -25,10 +25,10 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2022031100; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2022031101; // The current module version (Date: YYYYMMDDXX).
$plugin->component = 'mod_mumie'; // Full name of the plugin (used for diagnostics).
$plugin->requires = 2020061500;
$plugin->release = "v1.4.5";
$plugin->release = "v1.4.6";
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'auth_mumie' => 2021031200,
Expand Down

0 comments on commit d5f2f22

Please sign in to comment.