Skip to content

Commit c23755b

Browse files
committed
Bump version in podspec
1 parent 6b253d1 commit c23755b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CombineGRPC.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "CombineGRPC"
4-
spec.version = "0.16.1"
4+
spec.version = "0.17.0"
55
spec.summary = "Combine framework integration for Swift gRPC"
66
spec.description = <<-DESC
77
CombineGRPC is a library that provides Combine framework integration for Swift gRPC. It provides two flavours of functionality, call and handle. Use call to make gRPC calls on the client side, and handle to handle incoming RPC calls on the server side. CombineGRPC provides versions of call and handle for all RPC styles: Unary, server streaming, client streaming and bidirectional streaming RPCs.

0 commit comments

Comments
 (0)