diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-02-02 08:37:41 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-02-02 08:37:41 +0100 |
commit | 91912400cf14b928298bf271d60328bfe40a9a69 (patch) | |
tree | 23d0acba4162274b4ef132e24ae91e341f641a13 /version.php | |
parent | 76c8063a28713326c1feb54649dd56399077cebd (diff) |
Bump version
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php index 2d445da..7a28488 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2018020401; +$plugin->version = 2019020201; -$plugin->requires = 2013050100; -$plugin->release = '1.71 for Moodle 2.8, ... 3.5'; +$plugin->requires = 2016052300; +$plugin->release = '1.8 for Moodle 3.0 ... 3.6'; $plugin->maturity = MATURITY_STABLE; |