From d12a48b85631182a9330702dae8bc452c42474e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Gandra=C3=9F?= Date: Thu, 18 Jul 2024 15:30:20 +0200 Subject: [PATCH] Release version 1.3.0 (2024071800) --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b7da506..da9d154 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'quiz_archiver'; -$plugin->release = '1.2.10'; -$plugin->version = 2024070900; +$plugin->release = '1.3.0'; +$plugin->version = 2024071800; $plugin->requires = 2022112800; $plugin->supported = [401, 404]; $plugin->maturity = MATURITY_STABLE;