From 655b88223553921de732b76663da32a49691a822 Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Thu, 12 Sep 2024 12:34:39 -0400 Subject: [PATCH] Update version.php --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b131d73..1b2f0e9 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024010300.01; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = '4.2.1'; // The plugin's latest Moodle version tested with. +$plugin->version = 2024091200.00; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = '4.4.1'; // The plugin's latest Moodle version tested with. $plugin->requires = 2022112800; // Requires this Moodle version. $plugin->component = 'tiny_sketch'; $plugin->maturity = MATURITY_STABLE;