From 77d303554391d22ab7d742b13beb3da7d3f0ecac Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Mon, 12 Nov 2018 17:29:17 +0100 Subject: [PATCH] 3.70.1 stable version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 2d097f7..892fe9b 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018110900; -$plugin->release = '3.70.0.1049'; +$plugin->version = 2018111200; +$plugin->release = '3.70.1.1051'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2018110900 + 'qtype_wq' => 2018111200 );