From 955bf289db9111a4d44d9b4ea60435cb1ba42084 Mon Sep 17 00:00:00 2001 From: Pablo Ogando Ferreira Date: Thu, 14 Nov 2024 11:33:52 +0100 Subject: [PATCH] fix: update version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index de18553..a152476 100644 --- a/version.php +++ b/version.php @@ -25,11 +25,11 @@ defined('MOODLE_INTERNAL') || exit(); -$plugin->version = 2024070302; +$plugin->version = 2024111400; $plugin->requires = 2016112900; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'atto_pumukitmedia'; $plugin->dependencies = [ 'filter_pumukitmedia' => 2022021801 ]; -$plugin->release = '1.1.0'; +$plugin->release = '1.2.0';