Boost C++ version for 1.17.0

pull/17241/head
Muxi Yan 6 years ago
parent 9c22b4e1ba
commit ce4a8a66ee
  1. 2
      gRPC-C++.podspec
  2. 2
      templates/gRPC-C++.podspec.template

@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.name = 'gRPC-C++'
# TODO (mxyan): use version that match gRPC version when pod is stabilized
# version = '1.17.0-dev'
version = '0.0.3'
version = '0.0.4'
s.version = version
s.summary = 'gRPC C++ library'
s.homepage = 'https://grpc.io'

@ -132,7 +132,7 @@
s.name = 'gRPC-C++'
# TODO (mxyan): use version that match gRPC version when pod is stabilized
# version = '${settings.version}'
version = '0.0.3'
version = '0.0.4'
s.version = version
s.summary = 'gRPC C++ library'
s.homepage = 'https://grpc.io'

Loading…
Cancel
Save