Skip to content

Commit

Permalink
bump pod
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 18, 2024
1 parent eb038f6 commit 3bb442a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/XMTPTests/ClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion XMTP.podspec
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 3bb442a

Please sign in to comment.