From cb50189b0c8742abfd6a1effdcfca03acba1044b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Catal=C3=A0?= Date: Mon, 18 Sep 2023 16:59:59 +0200 Subject: [PATCH] New release v2.0.1 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 13fb279..5504a93 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tiny_c4l'; -$plugin->release = '2.0.0'; +$plugin->release = '2.0.1'; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_STABLE; -$plugin->version = 2023081200; +$plugin->version = 2023091800;