From a9e3530179062c02088b1c02f7562aa36138dbbb Mon Sep 17 00:00:00 2001 From: John Grange Date: Fri, 15 Dec 2023 08:42:51 -0800 Subject: [PATCH] Update class name for version so it doesn't conflict with the module name --- Sources/SwiftLocation/SwiftLocation.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/SwiftLocation/SwiftLocation.swift b/Sources/SwiftLocation/SwiftLocation.swift index c564dbf..6125ec8 100644 --- a/Sources/SwiftLocation/SwiftLocation.swift +++ b/Sources/SwiftLocation/SwiftLocation.swift @@ -25,9 +25,9 @@ import Foundation -public class SwiftLocation { +public class SwiftLocationVersion { /// Version of the SDK. - public static let version = "6.0.0" + public static let version = "6.0.1" }