diff --git a/version.php b/version.php index f07c27b..e333175 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024070500; -$plugin->release = '1.2.0'; +$plugin->version = 2024100300; +$plugin->release = '1.2.1'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2024042200; // Moodle 4.4 release and upwards. $plugin->component = 'local_debugtoolbar';