From 7dbdb954ad3d29ec6f8e8f4b41f7b530fa7ff1fc Mon Sep 17 00:00:00 2001 From: Alejandro Carmona Date: Fri, 16 Aug 2024 09:11:21 -0700 Subject: [PATCH] Update version to 2.1.49.3 --- Podfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 05faa70..b77762d 100644 --- a/Podfile +++ b/Podfile @@ -9,6 +9,6 @@ target 'LensLongReceiptsDemo' do # Pods for LensLongReceiptsDemo - pod 'VeryfiLens-LongReceipts', '2.1.48.9' + pod 'VeryfiLens-LongReceipts', '2.1.49.3' end diff --git a/README.md b/README.md index 5da6636..4f0d986 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.48.9' +pod 'VeryfiLens-LongReceipts', '2.1.49.3' ``` ## Using Swift package manager