Skip to content

Commit de5c14a

Browse files
committed
Bump version number
1 parent 0d4f9d8 commit de5c14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CombineGRPC.podspec

Lines changed: 1 addition & 1 deletion
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 = "1.0.6"
4+
spec.version = "1.0.7"
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)