Skip to content

Commit

Permalink
Increment podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
donnadionne committed Sep 29, 2020
1 parent 21367b2 commit f9f6e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/gRPC-Core.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
ss.header_mappings_dir = '.'
ss.libraries = 'z'
ss.dependency "#{s.name}/Interface", version
ss.dependency 'BoringSSL-GRPC', '0.0.12'
ss.dependency 'BoringSSL-GRPC', '0.0.13'
% for abseil_spec in grpc_abseil_specs:
ss.dependency '${abseil_spec}', abseil_version
% endfor
Expand Down
2 changes: 1 addition & 1 deletion templates/src/objective-c/BoringSSL-GRPC.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

Pod::Spec.new do |s|
s.name = 'BoringSSL-GRPC'
version = '0.0.12'
version = '0.0.13'
s.version = version
s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google\'s needs.'
# Adapted from the homepage:
Expand Down

0 comments on commit f9f6e7c

Please sign in to comment.