From d40aa1af1c7345204ce2447d776c09226fcf75db Mon Sep 17 00:00:00 2001 From: David Carrillo Date: Tue, 23 Apr 2024 15:55:39 +0200 Subject: [PATCH] Release version 1.0.5 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index afad719..14034b0 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_powerusers'; -$plugin->version = 2023100900; +$plugin->version = 2024042300; $plugin->requires = 2015111600; -$plugin->release = '1.0.4'; +$plugin->release = '1.0.5'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [];