Skip to content

Commit

Permalink
chore: bumps version to 2022031600 / 4.4.2 STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler committed Mar 16, 2022
1 parent 4793e07 commit b1522aa
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 @@ -16,11 +16,11 @@

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

$plugin->version = 2021122100;
$plugin->release = '4.4.0';
$plugin->version = 2022031600;
$plugin->release = '4.4.2';
$plugin->requires = 2011060313;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'qtype_matchwiris';
$plugin->dependencies = array (
'qtype_wq' => 2021122100
'qtype_wq' => 2022031600
);

0 comments on commit b1522aa

Please sign in to comment.