diff --git a/version.php b/version.php index 8029999..cd275c9 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_trigger'; -$plugin->version = 2024031401; -$plugin->release = 2024031401; // Match release exactly to version. -$plugin->requires = 2021051701; -$plugin->supported = [311, 401]; +$plugin->version = 2024090300; +$plugin->release = 2024090300; // Match release exactly to version. +$plugin->requires = 2024042200; +$plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;