diff options
author | David Garcia Quintas <dgq@google.com> | 2017-04-27 14:26:52 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-04-27 14:26:52 -0700 |
commit | 606945af76ab33edd73d7483e79563a24b8778d5 (patch) | |
tree | b22a88edd3cdd95dbad4904edcd9c024ab1c973b /src/objective-c | |
parent | 3ef2355eaedc07f8900ad98d079448169a2a2a06 (diff) |
1.3.0 -> 1.3.1-pre1
Diffstat (limited to 'src/objective-c')
-rw-r--r-- | src/objective-c/!ProtoCompiler-gRPCPlugin.podspec | 2 | ||||
-rw-r--r-- | src/objective-c/GRPCClient/private/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec index b2827f8060..a0df2597e2 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.3.0' + v = '1.3.1-pre1' s.version = v s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.' s.description = <<-DESC diff --git a/src/objective-c/GRPCClient/private/version.h b/src/objective-c/GRPCClient/private/version.h index 9789d1243d..83fe9e46d9 100644 --- a/src/objective-c/GRPCClient/private/version.h +++ b/src/objective-c/GRPCClient/private/version.h @@ -38,4 +38,4 @@ // `tools/buildgen/generate_projects.sh`. -#define GRPC_OBJC_VERSION_STRING @"1.3.0" +#define GRPC_OBJC_VERSION_STRING @"1.3.1-pre1" |