Browse Source

Version bump

rpm 0.8.4
J. King 4 years ago
parent
commit
9bc1373998
  1. 6
      CHANGELOG
  2. 2
      lib/Arsse.php

6
CHANGELOG

@ -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)
==========================

2
lib/Arsse.php

@ -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;

Loading…
Cancel
Save