Skip to content

Commit 8e7abcd

Browse files
authored
Update podspecs for 1.2.2 (#390)
Signed-off-by: Michael Rebello <me@michaelrebello.com>
1 parent 09ecef3 commit 8e7abcd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = '1.2.1'
4+
spec.version = '1.2.2'
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 = '1.2.1'
4+
spec.version = '1.2.2'
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'

0 commit comments

Comments
 (0)