1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Version bump

This commit is contained in:
J. King 2021-03-18 10:45:28 -04:00
parent c4260323bc
commit fa4ab3218a
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
Version 0.9.1 (2021-03-18)
==========================
Bug fixes:
- Respond to PUT requests with 201 rather than 200 in Miniflux
Changes:
- Corrected Web server configuration in manual
Version 0.9.0 (2021-03-06) Version 0.9.0 (2021-03-06)
========================== ==========================

View file

@ -7,7 +7,7 @@ declare(strict_types=1);
namespace JKingWeb\Arsse; namespace JKingWeb\Arsse;
class Arsse { class Arsse {
public const VERSION = "0.9.0"; public const VERSION = "0.9.1";
/** @var Factory */ /** @var Factory */
public static $obj; public static $obj;