From 069ace6b725d9b329b230adb89e1843dc14a2116 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 16 Jun 2020 08:04:00 +0200 Subject: [PATCH] Release 3.78.2 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index f5feb3d..bd7f235 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020011300; -$plugin->release = '3.78.0'; +$plugin->version = 2020061600; +$plugin->release = '3.78.2'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_shortanswerwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2020011300 + 'qtype_wq' => 2020061600 );