Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Apr 13, 2021
1 parent 848dc07 commit 4220216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4220216

Please sign in to comment.