diff --git a/README.md b/README.md index a0f69f1..42cc93f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The official MAVSDK client for Swift. This cross-platform gRPC library communica Add the following to your Package.swift dependencies: ``` dependencies: [ - .package(url: "https://github.com/mavlink/Mavsdk", from: "0.11.0"), + .package(url: "https://github.com/mavlink/Mavsdk", from: "0.12.0"), ], ``` And add each product within each target as needed (`MavsdkServer` may be optional):