Skip to content

Commit

Permalink
bump version and maturity (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssj365 authored Nov 12, 2024
1 parent 02307c1 commit 6446cf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024110400;
$plugin->version = 2024110500;
$plugin->requires = 2022112800;
$plugin->component = 'bbbext_bnlocksettings';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.0';

0 comments on commit 6446cf2

Please sign in to comment.