Skip to content

Commit

Permalink
Upgrade plugin versions for 4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed May 17, 2023
1 parent 3135ecf commit f6e5df7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2022112805;
$plugin->requires = 2022112800;
$plugin->release = '4.1.1';
$plugin->version = 2023042400;
$plugin->requires = 2023042400;
$plugin->release = '4.2.0';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2022112805,
'auth_oidc' => 2023042400,
];

0 comments on commit f6e5df7

Please sign in to comment.