From 36b7008d552e08b3adfae2323d08ddc236e5a6b0 Mon Sep 17 00:00:00 2001 From: Bernardo Restrepo Date: Wed, 19 Jun 2024 10:56:51 -0500 Subject: [PATCH] Update version to 2.1.44.5 --- Podfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 3c74483..8b7edd8 100644 --- a/Podfile +++ b/Podfile @@ -8,5 +8,5 @@ target 'LensW2Demo' do use_frameworks! # Pods for LensW2Demo - pod 'VeryfiLens-W2', '2.1.43.2' + pod 'VeryfiLens-W2', '2.1.44.5' end diff --git a/README.md b/README.md index 669cd54..5cf2d04 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.43.2' +pod 'VeryfiLens-W2', '2.1.44.5' ``` ## How to run this project