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:
parent
44e2c9c13e
commit
a25e777ec6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
Version 0.10.3 (2022-??-??)
|
Version 0.10.3 (2022-09-14)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
|
@ -7,7 +7,7 @@ declare(strict_types=1);
|
||||||
namespace JKingWeb\Arsse;
|
namespace JKingWeb\Arsse;
|
||||||
|
|
||||||
class Arsse {
|
class Arsse {
|
||||||
public const VERSION = "0.10.2";
|
public const VERSION = "0.10.3";
|
||||||
public const REQUIRED_EXTENSIONS = [
|
public const REQUIRED_EXTENSIONS = [
|
||||||
"intl", // as this extension is required to prepare formatted messages, its absence will throw a distinct English-only exception
|
"intl", // as this extension is required to prepare formatted messages, its absence will throw a distinct English-only exception
|
||||||
"dom",
|
"dom",
|
||||||
|
|
Loading…
Reference in a new issue