Skip to content

Commit cbf18bc

Browse files
committed
Update version in readme
1 parent f8332d9 commit cbf18bc

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
@@ -198,7 +198,7 @@ Add the package dependency to your `Package.swift`:
198198

199199
```swift
200200
dependencies: [
201-
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "0.18.0"),
201+
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "0.19.0"),
202202
],
203203
```
204204

@@ -207,7 +207,7 @@ dependencies: [
207207
Add the following line to your `Podfile`:
208208

209209
```text
210-
pod 'CombineGRPC', '~> 0.18'
210+
pod 'CombineGRPC', '~> 0.19'
211211
```
212212

213213
## Compatibility

0 commit comments

Comments
 (0)