Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Nov 18, 2024
1 parent 391e40c commit f6acb75
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -20,4 +38,4 @@
}
],
"version" : 2
}
}
2 changes: 1 addition & 1 deletion Sources/Segment/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f6acb75

Please sign in to comment.