From d853faacf7fa6683e2a3386432739faf1c2e7b30 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 21 Oct 2025 09:05:51 +0300 Subject: [PATCH] tag 1.3.2 --- src/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api.php b/src/Api.php index 18718d5..86419cb 100644 --- a/src/Api.php +++ b/src/Api.php @@ -48,7 +48,7 @@ use RuntimeException; */ class Api { - public const string LIBRARY_VERSION = '1.3.0'; + public const string LIBRARY_VERSION = '1.3.2'; public const string API_VERSION = '0.0.6';