From 00bceccc3a4ee787430480871f0d702efe591717 Mon Sep 17 00:00:00 2001 From: yinzi Date: Wed, 16 Feb 2022 16:33:30 +1100 Subject: [PATCH] chore: bump version number for 1.2.1 release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 97de2e3..7f790ce 100644 --- a/version.php +++ b/version.php @@ -15,7 +15,7 @@ // along with Moodle. If not, see . defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021082700; +$plugin->version = 2022021600; $plugin->requires = 2014041101; // Requires this Moodle version $plugin->component = 'mod_equella'; // Full name of the plugin (used for diagnostics) -$plugin->release = '1.2'; +$plugin->release = '1.2.1';