Skip to content

Commit

Permalink
update version.php for release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Jun 3, 2024
1 parent d4bd579 commit 67be5c7
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 @@ -7,11 +7,11 @@

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

$plugin->version = 2024011703;
$plugin->version = 2024060300;
$plugin->requires = 2022112800; // Moodle version
$plugin->component = 'availability_adler';
$plugin->release = '4.0.0-dev';
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = '3.0.1';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_logging' => ANY_VERSION,
);

0 comments on commit 67be5c7

Please sign in to comment.