diff --git a/version.php b/version.php index 32bc815..7ec4d81 100644 --- a/version.php +++ b/version.php @@ -27,8 +27,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'repository_opencast'; -$plugin->release = 'v4.5-r2+'; -$plugin->version = 2024111101.01; +$plugin->release = 'v4.5-r3'; +$plugin->version = 2024111102; $plugin->requires = 2024100700; // Requires Moodle 4.5+. $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;