From 9feeef1857c917281a848da2ca9afe5ae5da7472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Catal=C3=A0?= Date: Fri, 8 Dec 2023 13:41:08 +0100 Subject: [PATCH] New release v2.1.1 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index ef75bb8..3214bf8 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tiny_c4l'; -$plugin->release = '2.1.0'; +$plugin->release = '2.1.1'; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_STABLE; -$plugin->version = 2023120200; +$plugin->version = 2023120800;