From 2a97a15889286a06f0c3e24c330eea96a4344e0f Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 20 Dec 2025 20:36:59 +0300 Subject: [PATCH] 1.5.0 --- src/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api.php b/src/Api.php index d943374..8cd774d 100644 --- a/src/Api.php +++ b/src/Api.php @@ -48,7 +48,7 @@ use RuntimeException; */ class Api { - public const string LIBRARY_VERSION = '1.4.2'; + public const string LIBRARY_VERSION = '1.5.0'; public const string API_VERSION = '1.2.5';