From a06447c270f5c0a96bad6aacddfd38c1aa907bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Suwi=C5=84ski?= Date: Fri, 13 Nov 2020 18:13:22 +0100 Subject: [PATCH] tagging new release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 30721f5..9f6d5b5 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020111003; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2020111004; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2018120304; // Requires this Moodle version. $plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.0.1'; +$plugin->release = '1.0.2';