Skip to content

Commit

Permalink
Bump mavsdk_server to 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Apr 13, 2021
1 parent 6cdd06c commit 848dc07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/mavlink/MAVSDK-XCFramework",
"state": {
"branch": null,
"revision": "4a27a60c2caf9c3a2b60befb6ae642f019c24b65",
"version": "0.37.0"
"revision": "ef704436a0ea3ba3dd207146cda8ff65518cf55b",
"version": "0.39.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift", from: "1.0.0"),
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.0.0"),
.package(url: "https://github.com/mavlink/MAVSDK-XCFramework", .exact("0.37.0"))
.package(url: "https://github.com/mavlink/MAVSDK-XCFramework", .exact("0.39.0"))
],
targets: [
.target(name: "Mavsdk",
Expand Down

0 comments on commit 848dc07

Please sign in to comment.