From 75f56aac0ec0e14d3051bc81068cf323ae3fbfb0 Mon Sep 17 00:00:00 2001 From: Matt Hayashida Date: Mon, 12 Jun 2023 15:27:55 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Appcues=20depende?= =?UTF-8?q?ncy=20version=20to=20be=20a=20minimum=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.swift | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/SegmentDestinationExample/SegmentDestinationExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Examples/SegmentDestinationExample/SegmentDestinationExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 09935ae..dbf5fef 100644 --- a/Examples/SegmentDestinationExample/SegmentDestinationExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Examples/SegmentDestinationExample/SegmentDestinationExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/appcues/appcues-ios-sdk.git", "state": { "branch": null, - "revision": "f973d22189d176f25236676ea5afa888e4b4221c", - "version": "2.0.0" + "revision": "d945dfff69ae6ead24d6d2465d65990080c75bd4", + "version": "2.1.0" } }, { diff --git a/Package.swift b/Package.swift index 4d9bf3d..263e0bf 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), .package(name: "Segment", url: "https://github.com/segmentio/analytics-swift.git" , from: "1.0.0"), - .package(name: "Appcues" , url: "https://github.com/appcues/appcues-ios-sdk.git", from: "2.0.0"), + .package(name: "Appcues" , url: "https://github.com/appcues/appcues-ios-sdk.git", from: "2.1.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/README.md b/README.md index cef45ee..e78e155 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Open your Package.swift file and add the following do your the `dependencies` se ``` .package( url: "https://github.com/appcues/segment-appcues-ios.git", - from: "1.0.0" + from: "2.0.0" ), ```