Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysius authored Feb 25, 2021
1 parent df51824 commit d15c102
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 @@ -28,8 +28,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_studentquiz';
$plugin->version = 2021021900;
$plugin->release = 'v4.4.1';
$plugin->version = 2021022500;
$plugin->release = 'v4.4.2';
$plugin->requires = 2018051700; // Version MOODLE_35, 3.5.0+.
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit d15c102

Please sign in to comment.