From a25e777ec6e76d864e1cdd987f39581aa2009412 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Wed, 14 Sep 2022 08:06:22 -0400 Subject: [PATCH] Version bump --- CHANGELOG | 2 +- lib/Arsse.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c1d10bf..6995ad0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 0.10.3 (2022-??-??) +Version 0.10.3 (2022-09-14) =========================== Bug fixes: diff --git a/lib/Arsse.php b/lib/Arsse.php index 604bccd..9d5a57b 100644 --- a/lib/Arsse.php +++ b/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",