diff --git a/version.php b/version.php index ea2ccabb..47ec07f5 100644 --- a/version.php +++ b/version.php @@ -25,10 +25,10 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_opencast'; -$plugin->release = 'v4.5-r1'; -$plugin->version = 2024111100; +$plugin->release = 'v4.5-r3'; +$plugin->version = 2024111102; $plugin->requires = 2024100700; // Requires Moodle 4.5+. $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'tool_opencast' => 2024111100, + 'tool_opencast' => 2024111102, ];