From a59bef8c782643d28b445e54eb038345faef6357 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander <marstranderthomas@gmail.com> Date: Wed, 13 Nov 2019 11:52:08 +0100 Subject: [PATCH] Prepare for release 1.20.1 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index d0a6dad..b4b6975 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019101700; +$plugin->version = 2019111300; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.20.0'; +$plugin->release = '1.20.1'; -- GitLab