Skip to content

Commit

Permalink
Update plugin versions for 3.10.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Oct 22, 2021
1 parent 20cd7ba commit 60ab972
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 @@ -24,11 +24,11 @@

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

$plugin->version = 2020110905;
$plugin->version = 2020110920;
$plugin->requires = 2020110900;
$plugin->release = '3.10.3';
$plugin->release = '3.10.4';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020110904,
'auth_oidc' => 2020110920,
];

0 comments on commit 60ab972

Please sign in to comment.