From 3bb442a88b5d9a2b4295e190382abe816938b1f1 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Tue, 17 Dec 2024 21:42:27 -0800 Subject: [PATCH] bump pod --- Tests/XMTPTests/ClientTests.swift | 2 +- XMTP.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"