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];