From 9984e1c3b0c40fa7640a2ee2e86f115db4bdb9c8 Mon Sep 17 00:00:00 2001 From: Matt Hayashida Date: Thu, 21 Sep 2023 13:30:10 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Appcues=20depende?= =?UTF-8?q?ncy=20version=20to=20be=20a=20minimum=203.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 +- 2 files changed, 3 insertions(+), 3 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 63a8cd3..d839651 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": "5277ae8c7c3e20fde02abcbe726ffab5b89deea3", - "version": "3.0.0" + "revision": "5753ba77533517b4b943f5370319c5934c2ac5ab", + "version": "3.1.0" } }, { diff --git a/Package.swift b/Package.swift index 29ab011..43f3a6a 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: "3.0.0"), + .package(name: "Appcues" , url: "https://github.com/appcues/appcues-ios-sdk.git", from: "3.1.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.