diff --git a/version.php b/version.php index 61e8691..d423dc8 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021060400; // The current plugin version (Date: YYYYMMDDXX) +$plugin->version = 2021091200; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2015050500; // Requires this Moodle version $plugin->component = 'repository_opencast'; // Full name of the plugin (used for diagnostics). -$plugin->dependencies = array('tool_opencast' => 2021060400); \ No newline at end of file +$plugin->dependencies = array('tool_opencast' => 2021091200);