From 284837c41808c3b6810e5b29bce0aeda55253fba Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sat, 14 Oct 2023 22:10:38 +0200 Subject: [PATCH] Release v4.1-r3 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 968534b..7524fa0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-block_people Changes ------- -### Unreleased +### v4.1-r3 * 2023-10-14 - Add automated release to moodle.org/plugins * 2023-10-14 - Make codechecker happy again diff --git a/version.php b/version.php index afdfc0b..e667c17 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_people'; -$plugin->version = 2023010501; -$plugin->release = 'v4.1-r2'; +$plugin->version = 2023010502; +$plugin->release = 'v4.1-r3'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;