diff --git a/composer.json b/composer.json index 170b73c..0456386 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "aplus/events": "1.4.2", "aplus/factories": "1.0.1", "aplus/helpers": "3.0.1", - "aplus/http": "5.2.1", + "aplus/http": "5.2.2", "aplus/http-client": "4.2.1", "aplus/image": "2.2.3", "aplus/language": "3.0.2", diff --git a/src/Aplus.php b/src/Aplus.php index 5a31dbf..1c1fde5 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.2'; + public const VERSION = '22.0.3'; }