Browse Source

Version bump

arch 0.10.3
J. King 2 years ago
parent
commit
a25e777ec6
  1. 2
      CHANGELOG
  2. 2
      lib/Arsse.php

2
CHANGELOG

@ -1,4 +1,4 @@
Version 0.10.3 (2022-??-??)
Version 0.10.3 (2022-09-14)
===========================
Bug fixes:

2
lib/Arsse.php

@ -7,7 +7,7 @@ declare(strict_types=1);
namespace JKingWeb\Arsse;
class Arsse {
public const VERSION = "0.10.2";
public const VERSION = "0.10.3";
public const REQUIRED_EXTENSIONS = [
"intl", // as this extension is required to prepare formatted messages, its absence will throw a distinct English-only exception
"dom",

Loading…
Cancel
Save