Skip to content

Commit

Permalink
build(version): increase version for moodle 4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
icaparros-at-wiris committed Apr 8, 2022
1 parent 3f39400 commit 7232af6
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 @@ -25,9 +25,9 @@

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

$plugin->version = 2021110900;
$plugin->release = '7.27.1';
$plugin->version = 2022040800;
$plugin->release = '7.28.0';
$plugin->requires = 2014050800;
$plugin->component = 'atto_wiris';
$plugin->dependencies = array ('filter_wiris' => 2021110900);
$plugin->dependencies = array ('filter_wiris' => 2022040800);
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 7232af6

Please sign in to comment.