From 8901c58f0127ad7a475323307effe7c827210858 Mon Sep 17 00:00:00 2001 From: Javohir Savriy Date: Mon, 26 May 2025 09:21:10 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8042c02..db2609e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ dependencies: [ The SDK is available on Cocoapods and you can include it in your projects by adding the following to your Podfile: ```ruby -pod 'MyIdSDK', '~> 2.4.2' +pod 'MyIdSDK', '~> 2.4.3' ``` Run `pod install` to get the SDK. -- GitLab