diff --git a/Package.resolved b/Package.resolved index e051e50..319773e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,14 @@ { "pins" : [ + { + "identity" : "analytics-swift-mixpanel", + "kind" : "remoteSourceControl", + "location" : "https://github.com/segment-integrations/analytics-swift-mixpanel", + "state" : { + "revision" : "bc6a9628af225e679a581cc9ac2316eaf42f23a8", + "version" : "1.1.7" + } + }, { "identity" : "jsonsafeencoding-swift", "kind" : "remoteSourceControl", @@ -9,6 +18,15 @@ "version" : "2.0.0" } }, + { + "identity" : "mixpanel-swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/mixpanel/mixpanel-swift", + "state" : { + "revision" : "48d6668ceaaefc338f94e2b084c3cf77b90182f8", + "version" : "4.3.0" + } + }, { "identity" : "sovran-swift", "kind" : "remoteSourceControl", @@ -20,4 +38,4 @@ } ], "version" : 2 -} \ No newline at end of file +} diff --git a/Sources/Segment/Version.swift b/Sources/Segment/Version.swift index 8350b56..02e4fd2 100644 --- a/Sources/Segment/Version.swift +++ b/Sources/Segment/Version.swift @@ -15,4 +15,4 @@ // Use release.sh's automation. // BREAKING.FEATURE.FIX -internal let __segment_version = "1.7.0" +internal let __segment_version = "1.7.1"