diff --git a/README.md b/README.md index 7f5b3e8..99aeabe 100644 --- a/README.md +++ b/README.md @@ -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"), ], ``` @@ -207,7 +207,7 @@ dependencies: [ Add the following line to your `Podfile`: ```text -pod 'CombineGRPC', '~> 0.18' +pod 'CombineGRPC', '~> 0.19' ``` ## Compatibility