From d67398cd4713815d2ca414354e7f52d2fa1bd068 Mon Sep 17 00:00:00 2001 From: GodMod Date: Tue, 22 Dec 2015 09:18:38 +0100 Subject: [PATCH] Bump Version --- nextevents_portal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextevents_portal.class.php b/nextevents_portal.class.php index 7cc2606..7cf5a71 100644 --- a/nextevents_portal.class.php +++ b/nextevents_portal.class.php @@ -28,7 +28,7 @@ class nextevents_portal extends portal_generic { protected static $path = 'nextevents'; protected static $data = array( 'name' => 'Next Events', - 'version' => '2.0.3', + 'version' => '2.0.4', 'author' => 'WalleniuM', 'icon' => 'fa-calendar-o', 'contact' => EQDKP_PROJECT_URL,