diff --git a/Tests/XMTPTests/ClientTests.swift b/Tests/XMTPTests/ClientTests.swift index bb0fd012..8127933c 100644 --- a/Tests/XMTPTests/ClientTests.swift +++ b/Tests/XMTPTests/ClientTests.swift @@ -544,7 +544,7 @@ class ClientTests: XCTestCase { ) let end4 = Date() let time4 = end4.timeIntervalSince(start4) - print("PERF: Built a client with inboxId in \(time4)s") + print("PERF: Built a client with inboxId and apiClient in \(time4)s") // Assert performance comparisons XCTAssertTrue( diff --git a/XMTP.podspec b/XMTP.podspec index 15251ba3..eb213ddf 100644 --- a/XMTP.podspec +++ b/XMTP.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "XMTP" - spec.version = "3.0.18" + spec.version = "3.0.19" spec.summary = "XMTP SDK Cocoapod"