From d8f4bf50274f8d7ed8889b4ad39bb5437ab39203 Mon Sep 17 00:00:00 2001 From: Barbara Rollet Date: Tue, 10 Dec 2019 11:53:50 +0000 Subject: [PATCH] DEP-114 Update Readme dependency instructions and Carthage dependency version --- README.md | 2 +- Sample/Cartfile | 2 +- Sample/Cartfile.resolved | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8e3851..66d668e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ brew upgrade git-lfs Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile) in the same directory where your `.xcodeproj` or `.xcworkspace` is and add the following lines to it: ```bash -github "getyoti/yoti-doc-scan-ios" == 1.1.0 +github "getyoti/yoti-doc-scan-ios" == 1.1.1 github "getyoti/yoti-doc-capture-ios" == 1.5.5 github "BlinkID/blinkid-ios" == 4.7.0 ``` diff --git a/Sample/Cartfile b/Sample/Cartfile index f796fec..444794c 100644 --- a/Sample/Cartfile +++ b/Sample/Cartfile @@ -1,3 +1,3 @@ -github "getyoti/yoti-doc-scan-ios" == 1.1.0 +github "getyoti/yoti-doc-scan-ios" == 1.1.1 github "getyoti/yoti-doc-capture-ios" == 1.5.5 github "BlinkID/blinkid-ios" == 4.7.0 diff --git a/Sample/Cartfile.resolved b/Sample/Cartfile.resolved index 84cda64..613bf0d 100644 --- a/Sample/Cartfile.resolved +++ b/Sample/Cartfile.resolved @@ -1,3 +1,3 @@ github "BlinkID/blinkid-ios" "v4.7.0" github "getyoti/yoti-doc-capture-ios" "v1.5.5" -github "getyoti/yoti-doc-scan-ios" "v1.1.0" +github "getyoti/yoti-doc-scan-ios" "v1.1.1"