Skip to content

Commit

Permalink
MSFTMPP-698: Update version files (v20181105_m31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Nov 4, 2018
1 parent 67a3383 commit 0bc88db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions auth/oidc/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2016062007.01;
$plugin->version = 2016062008;
$plugin->requires = 2016052300;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.0.7';
$plugin->release = '3.1.0.8';
6 changes: 3 additions & 3 deletions local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2016062012;
$plugin->version = 2016062013;
$plugin->requires = 2016052300;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.0.12';
$plugin->release = '3.1.0.13';
$plugin->dependencies = [
'auth_oidc' => 2016062007,
'auth_oidc' => 2016062008,
];

0 comments on commit 0bc88db

Please sign in to comment.