From 0c233ccab57d41c7022a097c71053b053b0f5a8b Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Mon, 1 Jun 2015 20:37:42 -0400 Subject: [PATCH] MSFTMPP-186: Update version files --- version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index 2ae5183..d0e806d 100644 --- a/version.php +++ b/version.php @@ -23,12 +23,12 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015011605; +$plugin->version = 2015011606; $plugin->requires = 2014051200; $plugin->component = 'repository_office365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '27.0.0.4'; +$plugin->release = '27.0.0.5'; $plugin->dependencies = [ - 'local_o365' => 2015011614, - 'auth_oidc' => 2015011612 + 'local_o365' => 2015011621, + 'auth_oidc' => 2015011616 ];