From d36eeb59069e9ec4bc1572f6a30af45695f66403 Mon Sep 17 00:00:00 2001 From: Niels Theen Date: Thu, 28 Jun 2018 15:55:37 +0200 Subject: [PATCH] Update plugin version(release-4) --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index e88b361..d528a54 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ $id = 'xtsf'; // code version; must be changed for all code changes -$version = '4.0.1'; +$version = '4.0.2'; // ilias min and max version; must always reflect the versions that should // run with the plugin @@ -15,4 +15,4 @@ $responsible = 'Thomas Joussen / Michael Jansen'; $responsible_mail = 'tjoussen@databay.de / mjansen@databay.de'; $learning_progress = true; -$supports_export = true; \ No newline at end of file +$supports_export = true; -- GitLab