aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2019-02-02 08:37:41 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2019-02-02 08:37:41 +0100
commit91912400cf14b928298bf271d60328bfe40a9a69 (patch)
tree23d0acba4162274b4ef132e24ae91e341f641a13
parent76c8063a28713326c1feb54649dd56399077cebd (diff)
Bump version
-rw-r--r--version.php6
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;