From c8eb8437aa53bc74be04c1c0d57ed14822c00ffb Mon Sep 17 00:00:00 2001 From: mestrode <35630715+mestrode@users.noreply.github.com> Date: Sat, 20 Jan 2018 15:24:19 +0100 Subject: [PATCH] version / credits --- fever/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fever/init.php b/fever/init.php index 62f34bf..a6424cd 100644 --- a/fever/init.php +++ b/fever/init.php @@ -3,9 +3,9 @@ class Fever extends Plugin { private $host; function about() { - return array(2.1, + return array(2.2, "Emulates the Fever API for Tiny Tiny RSS", - "DigitalDJ & murphy"); + "DigitalDJ, mestrode & murphy"); } function init($host) {