From e2f085fb602ed2f35bb5a3566cb8d8a0e1534f5d Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 13 Jan 2020 11:29:06 +0100 Subject: [PATCH] Release 3.78.0 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index f56ef97..f5feb3d 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019103000; -$plugin->release = '3.77.2'; +$plugin->version = 2020011300; +$plugin->release = '3.78.0'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_shortanswerwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2019103000 + 'qtype_wq' => 2020011300 );