aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-03-28 18:00:33 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-03-28 18:00:33 -0700
commit484871bb03dc877a0bb84bbeab7614a1419d6e08 (patch)
tree7cdc1c295a71cef6cbc8d4d7be24e94ece111314 /src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
parente41773968250aa299aa81cbbe655741044b66884 (diff)
Bump version to 1.2.1
Diffstat (limited to 'src/objective-c/!ProtoCompiler-gRPCPlugin.podspec')
-rw-r--r--src/objective-c/!ProtoCompiler-gRPCPlugin.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
index 636b9f792a..226e36fd86 100644
--- a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
+++ b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
# before them.
s.name = '!ProtoCompiler-gRPCPlugin'
- v = '1.2.1-pre2'
+ v = '1.2.1'
s.version = v
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
s.description = <<-DESC