From 5e8d1c577354e776e0f3bc3f3b31063248dcfc55 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Tue, 10 Nov 2020 16:14:26 +0100 Subject: [PATCH] Version 3.78.3 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 1844bcb..1afef37 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020061600; -$plugin->release = '3.78.2'; +$plugin->version = 2020111000; +$plugin->release = '3.78.3'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_multichoicewiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2020061600 + 'qtype_wq' => 2020111000 );