diff --git a/version.php b/version.php index a09c159..f480c51 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ **/ defined('MOODLE_INTERNAL') || die(); -$plugin->release = '4.4.1 (2024080602)'; +$plugin->release = '4.4.2'; $plugin->maturity = MATURITY_STABLE; -$plugin->version = 2024082300; +$plugin->version = 2024082600; $plugin->requires = 2015111602; $plugin->component = 'local_commander'; $plugin->supported = [39, 404];