Browse Source

Merge pull request #209 from grpc/podspec-update

Update version in SwiftGRPC.podspec.
Tim Burks 7 years ago
parent
commit
cc23b0531a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SwiftGRPC.podspec

+ 1 - 1
SwiftGRPC.podspec

@@ -29,7 +29,7 @@
 
 
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
   s.name = 'SwiftGRPC'
   s.name = 'SwiftGRPC'
-  s.version = '0.3.3'
+  s.version = '0.4.0'
   s.license  = 'New BSD'
   s.license  = 'New BSD'
   s.summary = 'Swift gRPC code generator plugin and runtime library'
   s.summary = 'Swift gRPC code generator plugin and runtime library'
   s.homepage = 'http://www.grpc.io'
   s.homepage = 'http://www.grpc.io'