aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-Core.podspec.template
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-10-25 14:14:12 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-10-25 14:14:12 -0700
commit447d0a22e67a6ce5e2fd99ca7bc8ce5a4f47e09a (patch)
treefc783f88ab1741024eb5ebf603ee0c04078ce191 /templates/gRPC-Core.podspec.template
parent9db13bd5955969eb00f2eb9f25602791e7f08dce (diff)
Advance versions of gRPC from v1.0.1-pre1 to v1.0.1
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r--templates/gRPC-Core.podspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template
index 3c8e7edab8..f3bb7347b4 100644
--- a/templates/gRPC-Core.podspec.template
+++ b/templates/gRPC-Core.podspec.template
@@ -62,7 +62,7 @@
%>
Pod::Spec.new do |s|
s.name = 'gRPC-Core'
- version = '1.0.1-pre1'
+ version = '1.0.1'
s.version = version
s.summary = 'Core cross-platform gRPC library, written in C'
s.homepage = 'http://www.grpc.io'