Skip to content

Commit dc0a51e

Browse files
authored
Update podspecs for 0.10.1 (connectrpc#219)
1 parent 8c708ac commit dc0a51e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Connect-Swift-Mocks.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Connect-Swift-Mocks'
33
spec.module_name = 'ConnectMocks'
4-
spec.version = '0.10.0'
4+
spec.version = '0.10.1'
55
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
66
spec.summary = 'Mocks for testing with Connect-Swift.'
77
spec.homepage = 'https://github.com/connectrpc/connect-swift'

Connect-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Connect-Swift'
33
spec.module_name = 'Connect'
4-
spec.version = '0.10.0'
4+
spec.version = '0.10.1'
55
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
66
spec.summary = 'Idiomatic gRPC & Connect RPCs for Swift.'
77
spec.homepage = 'https://github.com/connectrpc/connect-swift'

Examples/ElizaCocoaPodsApp/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Connect-Swift (0.10.0):
2+
- Connect-Swift (0.10.1):
33
- SwiftProtobuf (~> 1.25.1)
44
- SwiftProtobuf (1.25.1)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../.."
1616

1717
SPEC CHECKSUMS:
18-
Connect-Swift: a9ef9cd2cd4c3ead9282bdad65d8298bd35c098f
18+
Connect-Swift: 96129734ff4a5a484e542f5e6efcbeccee310387
1919
SwiftProtobuf: 69f02cd54fb03201c5e6bf8b76f687c5ef7541a3
2020

2121
PODFILE CHECKSUM: b598f373a6ab5add976b09c2ac79029bf2200d48

0 commit comments

Comments
 (0)