mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Bump emulated Miniflux version
This commit is contained in:
parent
f58005640a
commit
67f577d573
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ use Laminas\Diactoros\Response\EmptyResponse;
|
|||
use Laminas\Diactoros\Response\JsonResponse as Response;
|
||||
|
||||
class V1 extends \JKingWeb\Arsse\REST\AbstractHandler {
|
||||
public const VERSION = "2.0.25";
|
||||
public const VERSION = "2.0.26";
|
||||
|
||||
protected const ACCEPTED_TYPES_OPML = ["application/xml", "text/xml", "text/x-opml"];
|
||||
protected const ACCEPTED_TYPES_JSON = ["application/json"];
|
||||
|
|
Loading…
Reference in a new issue