Skip to content

Commit d5e7080

Browse files
committed
Update version for 3.10.6 supplement release
1 parent 42e7a70 commit d5e7080

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

local/o365/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

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

29-
$plugin->version = 2020110937;
29+
$plugin->version = 2020110938;
3030
$plugin->requires = 2020110900;
3131
$plugin->release = '3.10.6';
3232
$plugin->component = 'local_o365';

local/office365/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525

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

28-
$plugin->version = 2020110937;
28+
$plugin->version = 2020110938;
2929
$plugin->requires = 2020110900;
3030
$plugin->release = '3.10.6';
3131
$plugin->component = 'local_office365';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
3434
'auth_oidc' => 2020110935,
3535
'block_microsoft' => 2020110935,
36-
'local_o365' => 2020110937,
36+
'local_o365' => 2020110938,
3737
'repository_office365' => 2020110935,
3838
'theme_boost_o365teams' => 2020110935,
3939
];

0 commit comments

Comments
 (0)