From acff96350e079eea1d6ac3d4766486ea1d9967da Mon Sep 17 00:00:00 2001 From: Alejandro Carmona Date: Wed, 7 Aug 2024 17:47:42 -0700 Subject: [PATCH] Update version to 2.1.48.9 --- Podfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index d86b2b7..0d7fd30 100644 --- a/Podfile +++ b/Podfile @@ -8,5 +8,5 @@ target 'LensReceiptsDemo' do use_frameworks! # Pods for LensReceiptsDemo - pod 'VeryfiLens-Receipts', '2.1.44.5' + pod 'VeryfiLens-Receipts', '2.1.48.9' end diff --git a/README.md b/README.md index 48acc3c..810b198 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 Receipts iOS SDK dependency: ```ruby -pod 'VeryfiLens-Receipts', '2.1.44.5' +pod 'VeryfiLens-Receipts', '2.1.48.9' ``` ## Using Swift package manager This project has setup by default cocoapods, so first remove cooadpods by: