Skip to content

Commit 9615112

Browse files
committed
Update readme
1 parent c23755b commit 9615112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Add the package dependency to your `Package.swift`:
206206

207207
```swift
208208
dependencies: [
209-
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "0.16.1"),
209+
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "0.17.0"),
210210
],
211211
```
212212

@@ -215,7 +215,7 @@ dependencies: [
215215
Add the following line to your `Podfile`:
216216

217217
```text
218-
pod 'CombineGRPC', '~> 0.16'
218+
pod 'CombineGRPC', '~> 0.17'
219219
```
220220

221221
## Compatibility

0 commit comments

Comments
 (0)