From e6e4d1f49b46ad9588f61331808dd256a62c0235 Mon Sep 17 00:00:00 2001
From: Thomas Marstrander <marstranderthomas@gmail.com>
Date: Thu, 22 Apr 2021 11:39:18 +0200
Subject: [PATCH] Prepare for release 1.22.1
---
version.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/version.php b/version.php
index 2f46b6c..4e226c2 100644
--- a/version.php
+++ b/version.php
@@ -23,9 +23,9 @@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 2021040800;
+$plugin->version = 2021042200;
$plugin->requires = 2013051403;
$plugin->cron = 0;
$plugin->component = 'mod_hvp';
$plugin->maturity = MATURITY_STABLE;
-$plugin->release = '1.22.0';
+$plugin->release = '1.22.1';
--
GitLab