From ef747ac74d237382b49dd08b60905fa29f69a252 Mon Sep 17 00:00:00 2001 From: Niels Theen Date: Wed, 28 Mar 2018 13:56:38 +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 b40f2cf..8828503 100755 --- a/plugin.php +++ b/plugin.php @@ -7,7 +7,7 @@ * @author Thomas Joußen */ $id = "xqsp"; -$version = "5.0.0"; +$version = "5.0.1"; $ilias_min_version = "5.3.0"; $ilias_max_version = "5.3.999"; @@ -15,4 +15,4 @@ $ilias_max_version = "5.3.999"; $responsible = "Thomas Joußen"; $responsible_mail = "tjoussen@databay.de"; -$supports_export = true; \ No newline at end of file +$supports_export = true; -- GitLab