diff --git a/CHANGES.md b/CHANGES.md index 8d2c368..9228f30 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-block_people Changes ------- -### Unreleased +### v4.2-r2 * 2024-08-11 - Add section for scheduled tasks to README * 2024-08-11 - Updated Moodle Plugin CI to latest upstream recommendations diff --git a/version.php b/version.php index 01b86b5..241d3fd 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_people'; -$plugin->version = 2023090100; -$plugin->release = 'v4.2-r1'; +$plugin->version = 2023090101; +$plugin->release = 'v4.2-r2'; $plugin->requires = 2023042400; $plugin->supported = [402, 402]; $plugin->maturity = MATURITY_STABLE;