Skip to content

Commit

Permalink
chore: bump version to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorrent-at-wiris authored Nov 11, 2022
1 parent cf36b68 commit baf5dae
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 = 2022061500;
$plugin->version = 2022111100;
$plugin->requires = 2015111600; // Moodle 3.0.
$plugin->release = '4.5.0';
$plugin->release = '4.5.3';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'qtype_shortanswerwiris';
$plugin->dependencies = array (
'qtype_wq' => 2022061500
'qtype_wq' => 2022111100
);

0 comments on commit baf5dae

Please sign in to comment.