From 7eab945d062deffc75b78950d8a26c646843843d Mon Sep 17 00:00:00 2001 From: GodMod Date: Wed, 7 Jan 2015 15:57:53 +0100 Subject: [PATCH] bumped version to 3.0.0 --- rssfeed_portal.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rssfeed_portal.class.php b/rssfeed_portal.class.php index 69ea102..7e42e2a 100644 --- a/rssfeed_portal.class.php +++ b/rssfeed_portal.class.php @@ -28,7 +28,7 @@ class rssfeed_portal extends portal_generic { protected static $path = 'rssfeed'; protected static $data = array( 'name' => 'RSS Feed', - 'version' => '2.0.0', + 'version' => '3.0.0', 'author' => 'WalleniuM', 'icon' => 'fa-rss-square', 'contact' => EQDKP_PROJECT_URL, @@ -104,4 +104,4 @@ public function output() { return $output; } } -?> \ No newline at end of file +?>