From 498b7a3faee69e5e931799f6f810bc316804aae3 Mon Sep 17 00:00:00 2001 From: Francesco Paolo Severino Date: Sun, 15 Dec 2024 17:18:04 +0100 Subject: [PATCH] Update docs --- README.md | 2 +- Sources/AppleMapsKit/AppleMapsKit.docc/AppleMapsKit.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32b9c22..95c9e96 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/Sources/AppleMapsKit/AppleMapsKit.docc/AppleMapsKit.md b/Sources/AppleMapsKit/AppleMapsKit.docc/AppleMapsKit.md index 2de5bd9..e3723e4 100644 --- a/Sources/AppleMapsKit/AppleMapsKit.docc/AppleMapsKit.md +++ b/Sources/AppleMapsKit/AppleMapsKit.docc/AppleMapsKit.md @@ -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: