From 12e2f38188b5bba1a77f0f40704b43408376c0d2 Mon Sep 17 00:00:00 2001 From: George Barnett Date: Wed, 29 Sep 2021 15:21:27 +0100 Subject: [PATCH] Update Cocoapods for 1.4.2 --- CGRPCZlib.podspec | 2 +- gRPC-Swift-Plugins.podspec | 2 +- gRPC-Swift.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CGRPCZlib.podspec b/CGRPCZlib.podspec index 8042f8981..cccd0d28c 100644 --- a/CGRPCZlib.podspec +++ b/CGRPCZlib.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'CGRPCZlib' s.module_name = 'CGRPCZlib' - s.version = '1.4.1' + s.version = '1.4.2' s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } s.summary = 'Compression library that provides in-memory compression and decompression functions' s.homepage = 'https://www.grpc.io' diff --git a/gRPC-Swift-Plugins.podspec b/gRPC-Swift-Plugins.podspec index f3f697207..49b1ca837 100644 --- a/gRPC-Swift-Plugins.podspec +++ b/gRPC-Swift-Plugins.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-Swift-Plugins' - s.version = '1.4.1' + s.version = '1.4.2' s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } s.summary = 'Swift gRPC code generator plugin binaries' s.homepage = 'https://www.grpc.io' diff --git a/gRPC-Swift.podspec b/gRPC-Swift.podspec index 3becd017e..2417dde4a 100644 --- a/gRPC-Swift.podspec +++ b/gRPC-Swift.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-Swift' s.module_name = 'GRPC' - s.version = '1.4.1' + s.version = '1.4.2' s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } s.summary = 'Swift gRPC code generator plugin and runtime library' s.homepage = 'https://www.grpc.io'