diff --git a/version.php b/version.php index ff3576b..7fb4947 100755 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ $plugin->component = 'mod_opencast'; $plugin->release = 'v3.11-r2'; -$plugin->version = 2021072000; +$plugin->version = 2021091200; $plugin->requires = 2019111800; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( - 'tool_opencast' => 2020090700 + 'tool_opencast' => 2021091200 );