Skip to content

Commit

Permalink
Update plugin versions for 4.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Oct 17, 2024
1 parent 3a43eb1 commit 749cfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = 2024042203;
$plugin->version = 2024042205;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->release = '4.4.1';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2024042200,
'auth_oidc' => 2024042205,
];

0 comments on commit 749cfa9

Please sign in to comment.