Skip to content

Commit

Permalink
MSFTMPP-139: Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Mar 24, 2015
1 parent d9d2247 commit cd8bc6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 = 2015012704;
$plugin->version = 2015012705;
$plugin->requires = 2014111000;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.3';
$plugin->release = '28.0.0.4';
$plugin->dependencies = [
'auth_oidc' => 2015012704
];
2 changes: 1 addition & 1 deletion local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$plugin->release = '28.0.0.2';
$plugin->dependencies = [
'auth_oidc' => 2015012704,
'local_o365' => 2015012704,
'local_o365' => 2015012705,
'repository_office365' => 2015012701,
'profilefield_o365' => 2015012701,
'profilefield_oidc' => 2015012701,
Expand Down

0 comments on commit cd8bc6e

Please sign in to comment.