Skip to content

Commit 599547d

Browse files
authored
bump geodesic to 1.2.0 (#13)
1 parent cb18788 commit 599547d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/dastrobu/geodesic.git",
77
"state": {
88
"branch": null,
9-
"revision": "bdfda137274ab8615626784e01d81cc08a0f9d29",
10-
"version": "1.1.0"
9+
"revision": "3b48ce82245e46a0b555475eead29b677e30e6c0",
10+
"version": "1.2.0"
1111
}
1212
}
1313
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["vincenty"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/dastrobu/geodesic.git", from: "1.1.0"),
13+
.package(url: "https://github.com/dastrobu/geodesic.git", from: "1.2.0"),
1414
],
1515
targets: [
1616
.target(

0 commit comments

Comments
 (0)