From 72249239251afdb2d043ac430c6afdf668b555a4 Mon Sep 17 00:00:00 2001 From: Wendell <41480456+WendellXY@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:32:07 +0800 Subject: [PATCH] Fix semantic versioning in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c19bff..ddeb0ff 100644 --- a/README.md +++ b/README.md @@ -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 ❤️