From e4fcf7188140d4ae9b7d0ac7fe4dcd8f8c3e96c7 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Tue, 19 Sep 2023 09:05:51 -0700 Subject: [PATCH] bump the pod spec version --- example/ios/Podfile.lock | 8 ++++---- ios/XMTPReactNative.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e631bfabb..ed97b9513 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -415,7 +415,7 @@ PODS: - GenericJSON (~> 2.0) - Logging (~> 1.0.0) - secp256k1.swift (~> 0.1) - - XMTP (0.5.7-alpha0): + - XMTP (0.5.8-alpha0): - Connect-Swift - GzipSwift - web3.swift @@ -423,7 +423,7 @@ PODS: - XMTPReactNative (0.1.0): - ExpoModulesCore - MessagePacker - - XMTP (= 0.5.7-alpha0) + - XMTP (= 0.5.8-alpha0) - XMTPRust (0.3.1-beta0) - Yoga (1.14.0) @@ -680,8 +680,8 @@ SPEC CHECKSUMS: secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634 SwiftProtobuf: b70d65f419fbfe61a2d58003456ca5da58e337d6 web3.swift: 2263d1e12e121b2c42ffb63a5a7beb1acaf33959 - XMTP: 1b584f662fff8f006987dba2d5b1c9cacc929966 - XMTPReactNative: a8057fb0fa8ab1decf2f70414a7359b2b194055c + XMTP: 381e951a5f74ba9751504b50da3bad8c2ab89a20 + XMTPReactNative: 2c4fa8f24957002cfef22b73ff58fb8f08c47cd2 XMTPRust: 78f65f77b1454392980da244961777aee955652f Yoga: 065f0b74dba4832d6e328238de46eb72c5de9556 diff --git a/ios/XMTPReactNative.podspec b/ios/XMTPReactNative.podspec index f118de691..484c70b17 100644 --- a/ios/XMTPReactNative.podspec +++ b/ios/XMTPReactNative.podspec @@ -25,5 +25,5 @@ Pod::Spec.new do |s| s.source_files = "**/*.{h,m,swift}" s.dependency "MessagePacker" - s.dependency "XMTP", "= 0.5.7-alpha0" + s.dependency "XMTP", "= 0.5.8-alpha0" end