aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2018-02-05 14:24:52 -0800
committerGravatar Ken Payson <kpayson@google.com>2018-02-05 14:24:52 -0800
commit1a8565d37918a5bcd0f794edc43dc958dfe40ab1 (patch)
tree656f7de252a5ab42d33b4752cdfb794f0487d354 /src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
parent9e620c3d7f0d275041984081d244653fbbab6d6e (diff)
Bump version to 1.9.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 8e075f69cf..fe791c146d 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.9.0'
+ v = '1.9.1'
s.version = v
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
s.description = <<-DESC