From 8112a102e0036eff3d9642018f768e61309d6497 Mon Sep 17 00:00:00 2001 From: Douglas Poveda Date: Thu, 28 Nov 2024 10:43:40 -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 ae2b6aa..7223d88 100644 --- a/Podfile +++ b/Podfile @@ -8,6 +8,6 @@ target 'LensChecksDemo' do use_frameworks! # Pods for LensChecksDemo - pod 'VeryfiLens-Cheques', '2.1.59.9' + pod 'VeryfiLens-Cheques', '2.1.60.10' end diff --git a/README.md b/README.md index b964afb..0b6747d 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 Checks iOS SDK dependency: ```ruby -pod 'VeryfiLens-Cheques', '2.1.59.9' +pod 'VeryfiLens-Cheques', '2.1.60.10' ``` ## How to run this project