From e8a938752cc8dc04ac27c3225debf539c98bbe01 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler <66125018+ptorrent-at-wiris@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:09:33 +0200 Subject: [PATCH] chore: version 4.8.2 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 4191028..1d88fc8 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023050201; +$plugin->version = 2023050202; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.8.1'; +$plugin->release = '4.8.2'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_multichoicewiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2023050201 + 'qtype_wq' => 2023050202 );