From 6abf1bb8627606d6c63e9e129ad382721a43f722 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Sat, 19 Jan 2019 00:07:52 -0500 Subject: [PATCH] MSFTMPP-737: Update version files (v20190119_m35) --- auth/oidc/version.php | 4 ++-- local/o365/version.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auth/oidc/version.php b/auth/oidc/version.php index 41ce17f43..86f65d899 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018051702; +$plugin->version = 2018051703; $plugin->requires = 2018051700; -$plugin->release = '3.5.0.1'; +$plugin->release = '3.5.0.2'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; diff --git a/local/o365/version.php b/local/o365/version.php index 346775eaa..1a82ba404 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018051705; +$plugin->version = 2018051706; $plugin->requires = 2018051700; -$plugin->release = '3.5.0.1'; +$plugin->release = '3.5.0.2'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2018051701, + 'auth_oidc' => 2018051703, ];