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 b8adf19..5c267f0 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": "20cb81afc888599f2f8ad344262e56e1266d53b1", - "version": "4.0.0" + "revision": "b30902d574e2c01e021fef55833087ec03644d09", + "version": "4.1.0" } }, { diff --git a/Package.swift b/Package.swift index 863ca7f..6ffffba 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: "4.0.0"), + .package(name: "Appcues" , url: "https://github.com/appcues/appcues-ios-sdk.git", from: "4.1.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.