From bc98f46fcac852d1d237a5ed700fe4030b385aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Rodr=C3=ADguez?= Date: Sat, 11 Aug 2018 17:41:10 +0100 Subject: [PATCH] Updates version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 784dac64..526a7cd5 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018031313; +$plugin->version = 2018081117; $plugin->cron = 300; // Cron check this plugin every 5 minutes. $plugin->requires = 2014051200; // Moodle 2.7! $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.3.3'; +$plugin->release = '3.3.4'; $plugin->component = 'mod_vpl';