From ef91f15cc6ccf2a82f89ff2ec2d8d9f13a2658c4 Mon Sep 17 00:00:00 2001 From: David Herney Date: Sun, 19 Nov 2023 23:10:27 -0500 Subject: [PATCH] New release to Moodle 4.1 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 745af12..4b103b3 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->requires = 2022041902; // Requires this Moodle version. $plugin->component = 'format_onetopic'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; -$plugin->release = '4.1.05(PiedrasTeherán)'; +$plugin->release = '4.1.10(PiedrasTeherán)'; $plugin->dependencies = ['format_topics' => 2022041900];