diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-05-09 18:26:58 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-05-18 13:10:43 +0200 |
commit | 664753b7873f3dcc200f255bfb5a7535424f9eca (patch) | |
tree | 7edb2c8da0637644d371aa02176dd0d5f9bd0151 /version.php | |
parent | 1c09cf98ff1220e49de214e594707edf9b72c335 (diff) |
Add privacy provider
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index a0cbc70..2d445da 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2018020400; +$plugin->version = 2018020401; $plugin->requires = 2013050100; -$plugin->release = '1.7 for Moodle 2.8, ... 3.5'; +$plugin->release = '1.71 for Moodle 2.8, ... 3.5'; $plugin->maturity = MATURITY_STABLE; |