Skip to content

Commit

Permalink
Releasing v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jguille2 committed Mar 14, 2021
1 parent 56b6d4a commit 40d704f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snapPlugin/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*/
defined ( 'MOODLE_INTERNAL' ) || die ();

$plugin->version = 2020110200;
$plugin->requires = 2019111800; // Moodle 3.8 and 3.9 suported and tested.
$plugin->version = 2021031500;
$plugin->requires = 2019111800; // Moodle 3.8, 3.9 and 3.10 suported and tested.
$plugin->component = 'assignsubmission_#snapPluginName#';
$plugin->release = 'v1.0 (#snapPluginApp# #snapPluginVersion#)';
$plugin->release = 'v1.1 (#snapPluginApp# #snapPluginVersion#)';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 40d704f

Please sign in to comment.