Skip to content

Commit

Permalink
MSFTMPP-779: Update version files (v20191007_m37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Oct 10, 2019
1 parent c8f3821 commit 81306f0
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 = 2019052001;
$plugin->version = 2019052002;
$plugin->requires = 2019052000;
$plugin->release = '3.7.0.1';
$plugin->release = '3.7.0.2';
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
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 = 2019052001;
$plugin->version = 2019052002;
$plugin->requires = 2019052000;
$plugin->release = '3.7.0.1';
$plugin->release = '3.7.0.2';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2019052001,
'auth_oidc' => 2019052002,
];

0 comments on commit 81306f0

Please sign in to comment.