Skip to content

Commit

Permalink
Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Feb 23, 2015
1 parent 011d838 commit 18b7895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = 2015012701;
$plugin->version = 2015012702;
$plugin->requires = 2014111000;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.1';
$plugin->release = '28.0.0.2';
$plugin->dependencies = [
'local_o365' => 2015012701,
'auth_oidc' => 2015012700
Expand Down

0 comments on commit 18b7895

Please sign in to comment.