From 7459caf89a0683497ba868bac121802a87f7f05e Mon Sep 17 00:00:00 2001 From: Niels Theen Date: Thu, 28 Jun 2018 15:57:02 +0200 Subject: [PATCH] Update plugin version(release-5) --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index d9e69dd..4b60473 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ $id = 'xtsf'; // code version; must be changed for all code changes -$version = '5.0.1'; +$version = '5.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