From 81dab349051cb9ca14201c7e41df962efefcb4c8 Mon Sep 17 00:00:00 2001 From: Alan Charles Date: Thu, 25 Jan 2024 12:19:28 -0700 Subject: [PATCH] Version 1.3.0 --- .../xcshareddata/swiftpm/Package.resolved | 17 ++++------------- Sources/SegmentAmplitude/Version.swift | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved index 676b096..60bcf69 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": "79fb17a5d4abf8f80e6a0935e57c7df7b670a6c0", + "version": "1.4.1" } }, { @@ -24,8 +15,8 @@ "repositoryURL": "https://github.com/segmentio/Sovran-Swift.git", "state": { "branch": null, - "revision": "64f3b5150c282a34af4578188dce2fd597e600e3", - "version": "1.1.0" + "revision": "944c17d7c46bd95fc37f09136cabd172be5b413b", + "version": "1.0.3" } } ] diff --git a/Sources/SegmentAmplitude/Version.swift b/Sources/SegmentAmplitude/Version.swift index 89b893f..6cfa37b 100644 --- a/Sources/SegmentAmplitude/Version.swift +++ b/Sources/SegmentAmplitude/Version.swift @@ -13,4 +13,4 @@ // Use release.sh's automation. // BREAKING.FEATURE.FIX -internal let __destination_version = "1.2.0" +internal let __destination_version = "1.3.0"