From 720703571f886b3f7ad1926aa43c70603c7ac8f7 Mon Sep 17 00:00:00 2001 From: Douglas Poveda Date: Thu, 28 Nov 2024 10:43:43 -0500 Subject: [PATCH] Update version to 2.1.60.10 --- Podfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index fdeccb1..0c78a13 100644 --- a/Podfile +++ b/Podfile @@ -8,6 +8,6 @@ target 'LensCreditCardsDemo' do use_frameworks! # Pods for LensCreditCardsDemo - pod 'VeryfiLens-CreditCards', '2.1.59.9' + pod 'VeryfiLens-CreditCards', '2.1.60.10' end diff --git a/README.md b/README.md index 51e6c15..35accd0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Install from our private [Cocoapods](https://hub.veryfi.com/api/settings/keys). Add in your project Podfile file the Veryfi Lens Credit Cards iOS SDK dependency: ```ruby -pod 'VeryfiLens-CreditCards', '2.1.59.9' +pod 'VeryfiLens-CreditCards', '2.1.60.10' ``` ## How to run this project