diff options
author | murgatroid99 <mlumish@google.com> | 2017-05-04 10:02:44 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2017-05-04 10:02:44 -0700 |
commit | 572cd7e5a4630d47d3c3608c23d914e503c8f249 (patch) | |
tree | 58d4e16829d3727421a553d6a76c99dddfe46d37 /src/objective-c | |
parent | 292a2222ab5e8e502504ba9239d8209a93836f3b (diff) |
Update version to 1.3.1
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 a0df2597e2..0312a381dc 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.1-pre1' + v = '1.3.1' 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 83fe9e46d9..7861e0a733 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.1-pre1" +#define GRPC_OBJC_VERSION_STRING @"1.3.1" |