Skip to content

Commit

Permalink
increment version to encourage ppl to switch to new setup faster
Browse files Browse the repository at this point in the history
  • Loading branch information
the-real-adammork committed Jun 28, 2023
1 parent 94b8af1 commit edddd8c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -226,7 +226,7 @@ SPEC CHECKSUMS:
Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9
LibMobileCoin: 5f63719229248f1e2e2367bd452561f46a91085d
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MobileCoin: a4fe28902da2e02507812e873dc1dc94cd13ed95
MobileCoin: 0d6719a2540b66c103aebfb9b6db14228da453f8
SwiftLint: f80f1be7fa96d30e0aa68e58d45d4ea1ccaac519
SwiftNIO: 829958aab300642625091f82fc2f49cb7cf4ef24
SwiftNIOConcurrencyHelpers: 697370136789b1074e4535eaae75cbd7f900370e
Expand Down
16 changes: 8 additions & 8 deletions ExampleHTTP/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -50,7 +50,7 @@ SPEC CHECKSUMS:
Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9
LibMobileCoin: 5f63719229248f1e2e2367bd452561f46a91085d
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MobileCoin: a4fe28902da2e02507812e873dc1dc94cd13ed95
MobileCoin: 0d6719a2540b66c103aebfb9b6db14228da453f8
SwiftLint: f80f1be7fa96d30e0aa68e58d45d4ea1ccaac519
SwiftProtobuf: 6ef3f0e422ef90d6605ca20b21a94f6c1324d6b3

Expand Down
2 changes: 1 addition & 1 deletion MobileCoin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit edddd8c

Please sign in to comment.