Skip to content

Commit

Permalink
update plugin version for 3.11.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Oct 5, 2022
1 parent 7bc8f85 commit 56c182a
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 = 2021051721;
$plugin->version = 2021051730;
$plugin->requires = 2021051700;
$plugin->release = '3.11.3';
$plugin->release = '3.11.5';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2021051727,
'local_o365' => 2021051730,
];

0 comments on commit 56c182a

Please sign in to comment.