From f6acb751ea058e6a4077a876595f40a827350b0e Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Mon, 18 Nov 2024 12:47:41 -0500 Subject: [PATCH] Version 1.7.1 --- Package.resolved | 20 +++++++++++++++++++- Sources/Segment/Version.swift | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) 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"