aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2019-04-29 13:36:16 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2019-04-29 13:41:24 +0200
commit78e02ce7adc2836c27b08e5ac4df919e420b156e (patch)
treec43ab6d06b1089935f09b6afcf44116a4938f902 /version.php
parenta25470ff263c0f0c975b9f093b1dee6ce2d71b63 (diff)
Fix problem in upgrade step
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 747e880..6c767d6 100644
--- a/version.php
+++ b/version.php
@@ -23,8 +23,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'qtype_algebra';
-$plugin->version = 2019042800;
+$plugin->version = 2019042900;
$plugin->requires = 2016052300;
-$plugin->release = '1.91 for Moodle 3.1 ... 3.7';
+$plugin->release = '1.92 for Moodle 3.1 ... 3.7';
$plugin->maturity = MATURITY_STABLE;