fixed version information

This commit is contained in:
Torsten Stelling
2013-07-02 00:00:50 +02:00
parent de3f278132
commit b8d8558977

View File

@@ -4,7 +4,7 @@ class Fever extends Plugin {
private $host; private $host;
function about() { function about() {
return array(1.2, return array(1.46,
"Emulates the Fever API for Tiny Tiny RSS", "Emulates the Fever API for Tiny Tiny RSS",
"digitaldj & murphy"); "digitaldj & murphy");
} }