From 297d54122fa495cd8af10f72d6fadc88c5f2ab10 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Fri, 27 Mar 2015 15:03:53 -0400 Subject: [PATCH] Update version files --- local/o365/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/o365/version.php b/local/o365/version.php index b4387a7ca..3d6bd7e5c 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015012705; +$plugin->version = 2015012706; $plugin->requires = 2014111000; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '28.0.0.4'; +$plugin->release = '28.0.0.5'; $plugin->dependencies = [ 'auth_oidc' => 2015012704 ]; \ No newline at end of file