diff --git a/version.php b/version.php index d208b24..17f1101 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_gcanvas'; -$plugin->release = '4.4.0'; -$plugin->version = 2024050900; +$plugin->release = '4.4.1'; +$plugin->version = 2024051000; $plugin->requires = 2020061500; $plugin->supported = [39, 404]; $plugin->maturity = MATURITY_STABLE;