1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 05:02:40 +00:00

Version bump

This commit is contained in:
J. King 2022-09-14 08:06:22 -04:00
parent 44e2c9c13e
commit a25e777ec6
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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",