From c3cc23141194f4c0e56d6802f7e9ff082d21c5fb Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sun, 4 Feb 2018 11:13:51 +0100 Subject: Display formula using Ajax --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 1db1702..a0cbc70 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2018020100; +$plugin->version = 2018020400; $plugin->requires = 2013050100; -$plugin->release = '1.6 for Moodle 2.8, ... 3.5'; +$plugin->release = '1.7 for Moodle 2.8, ... 3.5'; $plugin->maturity = MATURITY_STABLE; -- cgit v1.2.3