From 4831932bd6cc370d5322e44c15d3f981ba25c41c Mon Sep 17 00:00:00 2001 From: TamaraGunkel Date: Sun, 12 Sep 2021 12:29:57 +0200 Subject: [PATCH] Update version.php --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);