diff --git a/CHANGES.md b/CHANGES.md index 0f46e64..f0db22d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-block_people Changes ------- -### Unreleased +### v3.11-r3 * 2022-07-10 - Add Visual checks section to UPGRADE.md * 2022-07-10 - Add Capabilities section to README.md diff --git a/version.php b/version.php index c0d5ec2..93b4109 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_people'; -$plugin->version = 2021120801; -$plugin->release = 'v3.11-r2'; +$plugin->version = 2021120802; +$plugin->release = 'v3.11-r3'; $plugin->requires = 2021051700; $plugin->supported = [311, 311]; $plugin->maturity = MATURITY_STABLE;