Skip to content

Commit 447d0a2

Browse files
author
Muxi Yan
committed
Advance versions of gRPC from v1.0.1-pre1 to v1.0.1
1 parent 9db13bd commit 447d0a2

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

gRPC-Core.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
Pod::Spec.new do |s|
3737
s.name = 'gRPC-Core'
38-
version = '1.0.1-pre1'
38+
version = '1.0.1'
3939
s.version = version
4040
s.summary = 'Core cross-platform gRPC library, written in C'
4141
s.homepage = 'http://www.grpc.io'

gRPC-ProtoRPC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Pod::Spec.new do |s|
3232
s.name = 'gRPC-ProtoRPC'
33-
version = '1.0.1-pre1'
33+
version = '1.0.1'
3434
s.version = version
3535
s.summary = 'RPC library for Protocol Buffers, based on gRPC'
3636
s.homepage = 'http://www.grpc.io'

gRPC-RxLibrary.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Pod::Spec.new do |s|
3232
s.name = 'gRPC-RxLibrary'
33-
version = '1.0.1-pre1'
33+
version = '1.0.1'
3434
s.version = version
3535
s.summary = 'Reactive Extensions library for iOS/OSX.'
3636
s.homepage = 'http://www.grpc.io'

gRPC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Pod::Spec.new do |s|
3232
s.name = 'gRPC'
33-
version = '1.0.1-pre1'
33+
version = '1.0.1'
3434
s.version = version
3535
s.summary = 'gRPC client library for iOS/OSX'
3636
s.homepage = 'http://www.grpc.io'

src/objective-c/!ProtoCompiler-gRPCPlugin.podspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
3737
# before them.
3838
s.name = '!ProtoCompiler-gRPCPlugin'
39-
v = '1.0.1-pre1'
39+
v = '1.0.1'
4040
s.version = v
4141
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
4242
s.description = <<-DESC
@@ -84,9 +84,7 @@ Pod::Spec.new do |s|
8484
repo = 'grpc/grpc'
8585
file = "grpc_objective_c_plugin-#{v}-macos-x86_64.zip"
8686
s.source = {
87-
# TODO(mxyan): Reverse this change when v1.0.1 is released
88-
# :http => "https://github.com/#{repo}/releases/download/v#{v}/#{file}",
89-
:http => "https://github.com/grpc/grpc/releases/download/v1.0.0/grpc_objective_c_plugin-1.0.0-macos-x86_64.zip"
87+
:http => "https://github.com/#{repo}/releases/download/v#{v}/#{file}",
9088
# TODO(jcanizales): Add sha1 or sha256
9189
# :sha1 => '??',
9290
}

templates/gRPC-Core.podspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
%>
6363
Pod::Spec.new do |s|
6464
s.name = 'gRPC-Core'
65-
version = '1.0.1-pre1'
65+
version = '1.0.1'
6666
s.version = version
6767
s.summary = 'Core cross-platform gRPC library, written in C'
6868
s.homepage = 'http://www.grpc.io'

0 commit comments

Comments
 (0)