Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Dec 15, 2024
1 parent 37f6f73 commit 498b7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Use this web-based service to streamline your app’s API by moving georelated s
Use the SPM string to easily include the dependendency in your `Package.swift` file

```swift
.package(url: "https://github.com/fpseverino/apple-maps-kit.git", from: "0.3.0")
.package(url: "https://github.com/fpseverino/apple-maps-kit.git", from: "1.0.0-rc.1")
```

and add it to your target's dependencies:
Expand Down
2 changes: 1 addition & 1 deletion Sources/AppleMapsKit/AppleMapsKit.docc/AppleMapsKit.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Use this web-based service to streamline your app’s API by moving georelated s
Use the SPM string to easily include the dependendency in your `Package.swift` file

```swift
.package(url: "https://github.com/fpseverino/apple-maps-kit.git", from: "0.3.0")
.package(url: "https://github.com/fpseverino/apple-maps-kit.git", from: "1.0.0-rc.1")
```

and add it to your target's dependencies:
Expand Down

0 comments on commit 498b7a3

Please sign in to comment.