Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshane committed Oct 3, 2020
1 parent f8332d9 commit cbf18bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Add the package dependency to your `Package.swift`:

```swift
dependencies: [
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "0.18.0"),
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "0.19.0"),
],
```

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

```text
pod 'CombineGRPC', '~> 0.18'
pod 'CombineGRPC', '~> 0.19'
```

## Compatibility
Expand Down

0 comments on commit cbf18bc

Please sign in to comment.