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 0641527 commit 341bda0
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 @@ -24,11 +24,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 = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2022041910,
'local_o365' => 2022112800,
];

0 comments on commit 341bda0

Please sign in to comment.