Skip to content

Commit f6acb75

Browse files
committed
Version 1.7.1
1 parent 391e40c commit f6acb75

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Package.resolved

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"pins" : [
3+
{
4+
"identity" : "analytics-swift-mixpanel",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/segment-integrations/analytics-swift-mixpanel",
7+
"state" : {
8+
"revision" : "bc6a9628af225e679a581cc9ac2316eaf42f23a8",
9+
"version" : "1.1.7"
10+
}
11+
},
312
{
413
"identity" : "jsonsafeencoding-swift",
514
"kind" : "remoteSourceControl",
@@ -9,6 +18,15 @@
918
"version" : "2.0.0"
1019
}
1120
},
21+
{
22+
"identity" : "mixpanel-swift",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/mixpanel/mixpanel-swift",
25+
"state" : {
26+
"revision" : "48d6668ceaaefc338f94e2b084c3cf77b90182f8",
27+
"version" : "4.3.0"
28+
}
29+
},
1230
{
1331
"identity" : "sovran-swift",
1432
"kind" : "remoteSourceControl",
@@ -20,4 +38,4 @@
2038
}
2139
],
2240
"version" : 2
23-
}
41+
}

Sources/Segment/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
// Use release.sh's automation.
1616

1717
// BREAKING.FEATURE.FIX
18-
internal let __segment_version = "1.7.0"
18+
internal let __segment_version = "1.7.1"

0 commit comments

Comments
 (0)