Skip to content

Commit

Permalink
Update pods for 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rebello95 committed Apr 8, 2024
1 parent 3f6e556 commit 187eb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Connect-Swift-Mocks.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'Connect-Swift-Mocks'
spec.module_name = 'ConnectMocks'
spec.version = '0.12.0'
spec.version = '0.13.0'
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
spec.summary = 'Mocks for testing with Connect-Swift.'
spec.homepage = 'https://github.com/connectrpc/connect-swift'
Expand Down
2 changes: 1 addition & 1 deletion Connect-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'Connect-Swift'
spec.module_name = 'Connect'
spec.version = '0.12.0'
spec.version = '0.13.0'
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
spec.summary = 'Idiomatic gRPC & Connect RPCs for Swift.'
spec.homepage = 'https://github.com/connectrpc/connect-swift'
Expand Down

0 comments on commit 187eb0e

Please sign in to comment.