From 10101e55256034728fddd5523708a0d900a78cc8 Mon Sep 17 00:00:00 2001 From: Archish Thakkar Date: Tue, 9 Jul 2024 09:26:09 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daa884ade..4696265c8 100644 --- a/README.md +++ b/README.md @@ -182,12 +182,12 @@ After copying the `.pb.swift` files into your project, you will need to add the project to support the generated code. If you are using the Swift Package Manager, add a dependency to your `Package.swift` file and import the `SwiftProtobuf` library into the desired -targets. Adjust the `"1.6.0"` here to match the `[tag_name]` you used to build +targets. Adjust the `"1.27.0"` here to match the `[tag_name]` you used to build the plugin above: ```swift dependencies: [ - .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.6.0"), + .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.27.0"), ], targets: [ .target(