Skip to content

Commit

Permalink
vk-turf-update: SPM Turf version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
Udumft committed Jun 11, 2020
1 parent 56b7e48 commit bbf067e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/mapbox/turf-swift.git",
"state": {
"branch": null,
"revision": "40079b9133402b1fd57a9845f8785cca19beb472",
"version": "0.3.0"
"revision": "985b4bdb7256c2f8adad10353b3338a466391469",
"version": "0.5.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -18,7 +18,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/raphaelmor/Polyline.git", from: "4.2.1"),
.package(url: "https://github.com/mapbox/turf-swift.git", from: "0.2.0")
.package(url: "https://github.com/mapbox/turf-swift.git", from: "0.5.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit bbf067e

Please sign in to comment.