From 67f577d573423ba3fab0070b80cbd86ca763889d Mon Sep 17 00:00:00 2001 From: "J. King" Date: Mon, 28 Dec 2020 08:43:54 -0500 Subject: [PATCH] Bump emulated Miniflux version --- lib/REST/Miniflux/V1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/REST/Miniflux/V1.php b/lib/REST/Miniflux/V1.php index 4822adf..a532304 100644 --- a/lib/REST/Miniflux/V1.php +++ b/lib/REST/Miniflux/V1.php @@ -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"];