Skip to content

Commit

Permalink
MSFTMPP-339: Update version files (m30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Feb 2, 2016
1 parent 18d76f9 commit 6353530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

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

$plugin->version = 2015111905;
$plugin->version = 2015111906;
$plugin->requires = 2015111600;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.3';
$plugin->release = '30.0.0.4';
$plugin->dependencies = [
'auth_oidc' => 2015111903
'auth_oidc' => 2015111904
];

0 comments on commit 6353530

Please sign in to comment.