From f79e2f9d9287ead555aada1bf599edbf91ccc3c7 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler <66125018+ptorrent-at-wiris@users.noreply.github.com> Date: Fri, 2 Dec 2022 10:56:47 +0100 Subject: [PATCH] chore: update the dependency --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 17b4e37..f1f6210 100644 --- a/version.php +++ b/version.php @@ -22,5 +22,5 @@ $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_shortanswerwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2022111100 + 'qtype_wq' => 2022120200 );