Skip to content

Commit

Permalink
Move podspec to version 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanizales committed May 6, 2016
1 parent f742afc commit f4639d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

Pod::Spec.new do |s|
s.name = 'gRPC'
version = '0.13.0'
version = '0.14.0'
s.version = version
s.summary = 'gRPC client library for iOS/OSX'
s.homepage = 'http://www.grpc.io'
Expand Down
2 changes: 1 addition & 1 deletion templates/gRPC.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
%>
Pod::Spec.new do |s|
s.name = 'gRPC'
version = '0.13.0'
version = '0.14.0'
s.version = version
s.summary = 'gRPC client library for iOS/OSX'
s.homepage = 'http://www.grpc.io'
Expand Down

0 comments on commit f4639d4

Please sign in to comment.