diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 6cf135ca..811218d8 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -23,8 +23,8 @@ PODS: - gRPC-Swift - SwiftProtobuf (~> 1.5) - Logging (1.4.0) - - MobileCoin (5.0.3) - - MobileCoin/Core (5.0.3): + - MobileCoin (5.0.4) + - MobileCoin/Core (5.0.4): - gRPC-Swift (= 1.0.0) - LibMobileCoin/Core (~> 5.0.0) - Logging (~> 1.4) @@ -33,7 +33,7 @@ PODS: - SwiftNIOHPACK (~> 1.16.3) - SwiftNIOHTTP1 (~> 2.40.0) - SwiftProtobuf - - MobileCoin/Core/ProtocolUnitTests (5.0.3): + - MobileCoin/Core/ProtocolUnitTests (5.0.4): - gRPC-Swift (= 1.0.0) - LibMobileCoin/Core (~> 5.0.0) - Logging (~> 1.4) @@ -42,10 +42,10 @@ PODS: - SwiftNIOHPACK (~> 1.16.3) - SwiftNIOHTTP1 (~> 2.40.0) - SwiftProtobuf - - MobileCoin/IntegrationNonTransactingTests (5.0.3) - - MobileCoin/IntegrationTransactingTests (5.0.3) - - MobileCoin/PerformanceTests (5.0.3) - - MobileCoin/Tests (5.0.3) + - MobileCoin/IntegrationNonTransactingTests (5.0.4) + - MobileCoin/IntegrationTransactingTests (5.0.4) + - MobileCoin/PerformanceTests (5.0.4) + - MobileCoin/Tests (5.0.4) - SwiftLint (0.47.1) - SwiftNIO (2.40.0): - _NIODataStructures (= 2.40.0) @@ -226,7 +226,7 @@ SPEC CHECKSUMS: Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9 LibMobileCoin: 5f63719229248f1e2e2367bd452561f46a91085d Logging: beeb016c9c80cf77042d62e83495816847ef108b - MobileCoin: a4fe28902da2e02507812e873dc1dc94cd13ed95 + MobileCoin: 0d6719a2540b66c103aebfb9b6db14228da453f8 SwiftLint: f80f1be7fa96d30e0aa68e58d45d4ea1ccaac519 SwiftNIO: 829958aab300642625091f82fc2f49cb7cf4ef24 SwiftNIOConcurrencyHelpers: 697370136789b1074e4535eaae75cbd7f900370e diff --git a/ExampleHTTP/Podfile.lock b/ExampleHTTP/Podfile.lock index a0bb9027..f8165e56 100644 --- a/ExampleHTTP/Podfile.lock +++ b/ExampleHTTP/Podfile.lock @@ -3,19 +3,19 @@ PODS: - LibMobileCoin/CoreHTTP (5.0.3): - SwiftProtobuf (~> 1.5) - Logging (1.4.0) - - MobileCoin (5.0.3) - - MobileCoin/CoreHTTP (5.0.3): + - MobileCoin (5.0.4) + - MobileCoin/CoreHTTP (5.0.4): - LibMobileCoin/CoreHTTP (~> 5.0.0) - Logging (~> 1.4) - SwiftLint - - MobileCoin/CoreHTTP/HttpProtocolUnitTests (5.0.3): + - MobileCoin/CoreHTTP/HttpProtocolUnitTests (5.0.4): - LibMobileCoin/CoreHTTP (~> 5.0.0) - Logging (~> 1.4) - SwiftLint - - MobileCoin/IntegrationNonTransactingTests (5.0.3) - - MobileCoin/IntegrationTransactingTests (5.0.3) - - MobileCoin/PerformanceTests (5.0.3) - - MobileCoin/Tests (5.0.3) + - MobileCoin/IntegrationNonTransactingTests (5.0.4) + - MobileCoin/IntegrationTransactingTests (5.0.4) + - MobileCoin/PerformanceTests (5.0.4) + - MobileCoin/Tests (5.0.4) - SwiftLint (0.47.1) - SwiftProtobuf (1.19.0) @@ -50,7 +50,7 @@ SPEC CHECKSUMS: Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9 LibMobileCoin: 5f63719229248f1e2e2367bd452561f46a91085d Logging: beeb016c9c80cf77042d62e83495816847ef108b - MobileCoin: a4fe28902da2e02507812e873dc1dc94cd13ed95 + MobileCoin: 0d6719a2540b66c103aebfb9b6db14228da453f8 SwiftLint: f80f1be7fa96d30e0aa68e58d45d4ea1ccaac519 SwiftProtobuf: 6ef3f0e422ef90d6605ca20b21a94f6c1324d6b3 diff --git a/MobileCoin.podspec b/MobileCoin.podspec index 68e0d0c7..17cd4360 100644 --- a/MobileCoin.podspec +++ b/MobileCoin.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "MobileCoin" - s.version = "5.0.3" + s.version = "5.0.4" s.summary = "A library for communicating with MobileCoin network" s.author = "MobileCoin"