From 5e990f37c46b0c9daa5c2eddd82dc52770cc69c4 Mon Sep 17 00:00:00 2001 From: Niels Theen Date: Thu, 28 Jun 2018 15:54:09 +0200 Subject: [PATCH] Update plugin version(master) --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index b62e5b6..16f96a2 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.0'; +$version = '4.0.1'; // 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