Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen authored Apr 19, 2024
1 parent f9804db commit 2da25df
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 @@ -29,7 +29,7 @@

$plugin->version = 2024030400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2021051715; // Moodle 3.11.
$plugin->release = '0.91';
$plugin->supported = [311, 403];
$plugin->release = '1.0';
$plugin->supported = [311, 404];
$plugin->maturity = MATURITY_BETA;
$plugin->component = 'report_advancedgrading'; // Full name of the plugin (used for diagnostics).

0 comments on commit 2da25df

Please sign in to comment.