Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed Dec 8, 2022
1 parent ab63494 commit 9caf389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vincenty

[![Swift Version](https://img.shields.io/badge/swift-5.5-blue.svg)](https://swift.org)
[![Swift Version](https://img.shields.io/badge/swift-5.7-blue.svg)](https://swift.org)
![Platform](https://img.shields.io/badge/platform-macOS|linux--64-lightgray.svg)
![Build](https://github.com/dastrobu/vincenty/actions/workflows/ci.yaml/badge.svg)

Expand Down Expand Up @@ -51,7 +51,7 @@ There are no dependencies on macOS.
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/dastrobu/vincenty.git", from: "1.1.0"),
.package(url: "https://github.com/dastrobu/vincenty.git", from: "1.1.1"),
]
)
```
Expand Down

0 comments on commit 9caf389

Please sign in to comment.