Skip to content

Commit

Permalink
Merge pull request #379 from grangej/master
Browse files Browse the repository at this point in the history
Update class name for version so it doesn't conflict with the module name
  • Loading branch information
malcommac committed Mar 5, 2024
2 parents ef754a7 + a9e3530 commit 6462097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SwiftLocation/SwiftLocation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}

0 comments on commit 6462097

Please sign in to comment.