Skip to content

Commit

Permalink
update README.md for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed Dec 8, 2022
1 parent 11915b2 commit f834e5e
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 @@ -44,7 +44,7 @@ At least `clang-3.6` is required. On linux one might need to install it explicit
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/dastrobu/geodesic.git", from: "1.2.0"),
.package(url: "https://github.com/dastrobu/geodesic.git", from: "1.3.0"),
]
)
```
Expand Down

0 comments on commit f834e5e

Please sign in to comment.