Skip to content

Commit

Permalink
Update plugin versions for 4.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Mar 8, 2024
1 parent a04b469 commit 3a4952e
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 = 2023100900;
$plugin->version = 2023100910;
$plugin->requires = 2023100900;
$plugin->release = '4.3.0';
$plugin->release = '4.3.1';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2023100900,
'local_o365' => 2023100910,
];

0 comments on commit 3a4952e

Please sign in to comment.