From 73de85e85c7ee03d6fded2bae1c48e54fdf70a7a Mon Sep 17 00:00:00 2001 From: Javohir Savriy Date: Tue, 18 Feb 2025 11:45:44 +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 62571b2..c597e68 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.3.5' +pod 'MyIdSDK', '~> 2.3.6' ``` Run `pod install` to get the SDK. -- GitLab