From b4c36620ca9db239ac31cc61455e187c322630fb Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Fri, 12 Apr 2019 14:59:07 -0400 Subject: [PATCH] MSFTMPP-748: Update version files for v3.6 --- version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index 860f39a..f2672ef 100644 --- a/version.php +++ b/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018091004; -$plugin->requires = 2018051700; +$plugin->version = 2018120300; +$plugin->requires = 2018120300; $plugin->component = 'theme_boost_o365teams'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.5.0.1'; +$plugin->release = '3.6.0.0'; $plugin->dependencies = [ - 'local_o365' => 2018051706, + 'local_o365' => 2018120300, ];