diff --git a/src/version.php b/src/version.php index 53512b1..4739598 100644 --- a/src/version.php +++ b/src/version.php @@ -27,16 +27,16 @@ // This is the version of the plugin. -$plugin->version = 2021092400; +$plugin->version = 2022020900; // This is the named version. -$plugin->release = 'R14-v2.0'; +$plugin->release = 'v2.0.0'; // This is a stable release. $plugin->maturity = MATURITY_BETA; // This is the version of Moodle this plugin requires. -$plugin->requires = 2020061500.00; +$plugin->requires = 2020061500.00; // Moodle 3.9.0 // This is the component name of the plugin - it always starts with 'theme_' // for themes and should be the same as the name of the folder. @@ -44,5 +44,5 @@ // This is a list of plugins, this plugin depends on (and their versions). $plugin->dependencies = [ - 'theme_recit2' => 2021112400 + 'theme_recit2' => 2022020900 ]; \ No newline at end of file