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 2020-09-09 18:24:42 -04:00
parent 0f3ada598e
commit 9bc1373998
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Version 0.8.4 (2020-09-09)
==========================
Bug fixes:
- Don't crash updating feeds cached without ETag (regression since 0.8.3)
Version 0.8.3 (2020-02-16)
==========================

View file

@ -7,7 +7,7 @@ declare(strict_types=1);
namespace JKingWeb\Arsse;
class Arsse {
public const VERSION = "0.8.3";
public const VERSION = "0.8.4";
/** @var Lang */
public static $lang;