From 854fbf03033822c988f9e0985a0a4310a34c0dd5 Mon Sep 17 00:00:00 2001 From: Niels Theen Date: Wed, 28 Mar 2018 13:57:30 +0200 Subject: [PATCH] Update version number --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index f1da750..229e9b5 100755 --- a/plugin.php +++ b/plugin.php @@ -7,7 +7,7 @@ * @author Thomas Joußen */ $id = "xqsp"; -$version = "4.0.0"; +$version = "4.0.1"; $ilias_min_version = "5.2.0"; $ilias_max_version = "5.2.999"; @@ -15,4 +15,4 @@ $ilias_max_version = "5.2.999"; $responsible = "Thomas Joußen"; $responsible_mail = "tjoussen@databay.de"; -$supports_export = true; \ No newline at end of file +$supports_export = true; -- GitLab