From 6d0a8aa7211842c0d89b1cb18300186b04da04d0 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander <marstranderthomas@gmail.com> Date: Wed, 5 Feb 2020 14:32:53 +0100 Subject: [PATCH] Prepare for release 1.20.2 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 90d9ba2..edffdf2 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020013103; +$plugin->version = 2020020500; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.20.1'; +$plugin->release = '1.20.2'; -- GitLab