version / credits

This commit is contained in:
mestrode
2018-01-20 15:24:19 +01:00
committed by GitHub
parent 72d22b2b3b
commit c8eb8437aa

View File

@@ -3,9 +3,9 @@ class Fever extends Plugin {
private $host; private $host;
function about() { function about() {
return array(2.1, return array(2.2,
"Emulates the Fever API for Tiny Tiny RSS", "Emulates the Fever API for Tiny Tiny RSS",
"DigitalDJ & murphy"); "DigitalDJ, mestrode & murphy");
} }
function init($host) { function init($host) {