diff --git a/version.php b/version.php index 14abf06..918cc17 100644 --- a/version.php +++ b/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020110900; +$plugin->version = 2020110901; $plugin->requires = 2020110900; -$plugin->release = '3.10.0'; +$plugin->release = '3.10.1'; $plugin->component = 'block_microsoft'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2020110900, + 'local_o365' => 2020110901, ];