mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 08:44:54 +00:00
Version bump
This commit is contained in:
parent
0f3ada598e
commit
9bc1373998
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
Version 0.8.3 (2020-02-16)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ declare(strict_types=1);
|
||||||
namespace JKingWeb\Arsse;
|
namespace JKingWeb\Arsse;
|
||||||
|
|
||||||
class Arsse {
|
class Arsse {
|
||||||
public const VERSION = "0.8.3";
|
public const VERSION = "0.8.4";
|
||||||
|
|
||||||
/** @var Lang */
|
/** @var Lang */
|
||||||
public static $lang;
|
public static $lang;
|
||||||
|
|
Loading…
Reference in a new issue