Skip to content

Commit

Permalink
update tool requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara Gunkel committed Sep 12, 2021
1 parent ebbacce commit 59bda27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

0 comments on commit 59bda27

Please sign in to comment.