From bc6a9628af225e679a581cc9ac2316eaf42f23a8 Mon Sep 17 00:00:00 2001 From: Alan Charles Date: Tue, 23 Jan 2024 14:54:15 -0700 Subject: [PATCH] Version 1.1.7 --- .../xcshareddata/swiftpm/Package.resolved | 15 +++------------ Sources/SegmentMixpanel/Version.swift | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2f9c7fb..20ae83d 100644 --- a/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,17 +6,8 @@ "repositoryURL": "https://github.com/segmentio/analytics-swift", "state": { "branch": null, - "revision": "51f56b972de8daee251f18fd2c91fa3a33c8d77e", - "version": "1.5.2" - } - }, - { - "package": "JSONSafeEncoder", - "repositoryURL": "https://github.com/segmentio/jsonsafeencoder-swift.git", - "state": { - "branch": null, - "revision": "8b70dc8c01b7b041912e30e29d2b488a43f782ac", - "version": "1.0.1" + "revision": "efc111b5fccaebd1063ef0db6d206c252da387ec", + "version": "1.4.8" } }, { @@ -24,7 +15,7 @@ "repositoryURL": "https://github.com/mixpanel/mixpanel-swift", "state": { "branch": "master", - "revision": "770953c8d6bddd03afc4b85491800cb60bd52f00", + "revision": "ffd0d35510b81d64761ce9f15109670d0bb90f71", "version": null } }, diff --git a/Sources/SegmentMixpanel/Version.swift b/Sources/SegmentMixpanel/Version.swift index bb20c4b..781d548 100644 --- a/Sources/SegmentMixpanel/Version.swift +++ b/Sources/SegmentMixpanel/Version.swift @@ -13,4 +13,4 @@ // Use release.sh's automation. // BREAKING.FEATURE.FIX -internal let __destination_version = "1.1.6" +internal let __destination_version = "1.1.7"