From 5e9b026256cc6fe5177a7964d79e9ddeaca8cff4 Mon Sep 17 00:00:00 2001 From: Alejandro Maldonado Date: Wed, 9 Oct 2024 16:14:22 -0500 Subject: [PATCH] Update version to 2.1.56.7 --- Podfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 2dbf8a7..abc0002 100644 --- a/Podfile +++ b/Podfile @@ -8,5 +8,5 @@ target 'LensW2Demo' do use_frameworks! # Pods for LensW2Demo - pod 'VeryfiLens-W2', '2.1.55.3' + pod 'VeryfiLens-W2', '2.1.56.7' end diff --git a/README.md b/README.md index 8c775be..3419635 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Install from our private [Cocoapods](https://hub.veryfi.com/api/settings/keys). Add in your project Podfile file the Veryfi Lens W-2 iOS SDK dependency: ```ruby -pod 'VeryfiLens-W2', '2.1.55.3' +pod 'VeryfiLens-W2', '2.1.56.7' ``` ## How to run this project