Skip to content

Commit

Permalink
Update plugin versions for 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Nov 28, 2022
1 parent 134efb7 commit 196044c
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 = 2022041910;
$plugin->requires = 2022041900;
$plugin->release = '4.0.2';
$plugin->version = 2022112800;
$plugin->requires = 2022112800;
$plugin->release = '4.1.0';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2022041910,
'auth_oidc' => 2022112800,
];

0 comments on commit 196044c

Please sign in to comment.