Skip to content

Commit

Permalink
Merge pull request #383 from WendellXY/master
Browse files Browse the repository at this point in the history
Correct Semantic Versioning in README
  • Loading branch information
malcommac committed Mar 5, 2024
2 parents 1daacb2 + 7224923 commit ef754a7
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 @@ -239,7 +239,7 @@ Add it as a dependency in a Swift Package, and add it to your `Package.swift`:

```swift
dependencies: [
.package(url: "https://github.com/malcommac/SwiftLocation.git", from: "6.0")
.package(url: "https://github.com/malcommac/SwiftLocation.git", from: "6.0.0")
]
```
# Support This Work ❤️
Expand Down

0 comments on commit ef754a7

Please sign in to comment.