From 1fdc3c100c0fca385582d4cd51421fd6c5fa0efc Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Thu, 29 Sep 2022 09:10:04 -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 c184546..e6a2930 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022020700; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = '4.0.0'; // The plugin's latest Moodle version tested with. +$plugin->version = 2022092900; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = '4.1.0'; // The plugin's latest Moodle version tested with. $plugin->requires = 2015111600; // Requires this Moodle version. $plugin->component = 'tinymce_sketch'; $plugin->maturity = MATURITY_STABLE;