Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobazzo committed Feb 10, 2022
1 parent 812b953 commit 22bd3e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@

// 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.
$plugin->component = 'theme_recit_art';

// This is a list of plugins, this plugin depends on (and their versions).
$plugin->dependencies = [
'theme_recit2' => 2021112400
'theme_recit2' => 2022020900
];

0 comments on commit 22bd3e4

Please sign in to comment.