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: