Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mleconte authored Nov 15, 2019
1 parent 624d2ba commit d1329d2
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 @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_wsattestoodle';
$plugin->release = '0.1.0';
$plugin->version = 2019050605;
$plugin->release = '0.1.1';
$plugin->version = 2019111501;
$plugin->requires = 2017051500;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
Expand Down

0 comments on commit d1329d2

Please sign in to comment.