Skip to content

Commit

Permalink
update plugin versions for 3.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Jul 15, 2020
1 parent 8fa4817 commit 7f6c61b
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 @@ -23,11 +23,11 @@

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

$plugin->version = 2020020300;
$plugin->requires = 2019111800;
$plugin->release = '3.8.0.0';
$plugin->version = 2020071500;
$plugin->requires = 2020061500;
$plugin->release = '3.9.0';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2020020300,
'local_o365' => 2020071500,
];

0 comments on commit 7f6c61b

Please sign in to comment.