From 07159873312d2d88d423c444284d7d88f0695838 Mon Sep 17 00:00:00 2001 From: Douglas Poveda Date: Thu, 17 Oct 2024 15:26:22 -0500 Subject: [PATCH] Update version to 2.1.57.4 --- Podfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 2f3cae6..0e85343 100644 --- a/Podfile +++ b/Podfile @@ -9,6 +9,6 @@ target 'LensLongReceiptsDemo' do # Pods for LensLongReceiptsDemo - pod 'VeryfiLens-LongReceipts', '2.1.56.7' + pod 'VeryfiLens-LongReceipts', '2.1.57.4' end diff --git a/README.md b/README.md index 6bbe8d9..8a26968 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Install from our private [Cocoapods](https://hub.veryfi.com/api/settings/keys). Add in your project Podfile file the Veryfi Lens Long Receipts iOS SDK dependency: ```ruby -pod 'VeryfiLens-LongReceipts', '2.1.56.7' +pod 'VeryfiLens-LongReceipts', '2.1.57.4' ``` ## Using Swift package manager