]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/mobile/init.php
plugins: bump API version
[tt-rss.git] / plugins / mobile / init.php
index ad2d1cdd95c70ce8b37fd5bbd7b482887fca75bb..1a59fe33c6c987cb2768df213af6b8c688e2758c 100644 (file)
@@ -37,6 +37,9 @@ class Mobile extends Plugin implements IHandler {
 
        }
 
+       function api_version() {
+               return 2;
+       }
 
 }
 ?>