From 3033b80c4d126647d1abadb31cd16395917087be Mon Sep 17 00:00:00 2001 From: Javohir Savriy Date: Fri, 25 Oct 2024 04:54:06 +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 8276d7d..037afaa 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.3' +pod 'MyIdSDK', '~> 2.3.4' ``` Run `pod install` to get the SDK. -- GitLab