Skip to content

Commit

Permalink
Update class name for version so it doesn't conflict with the module …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
grangej committed Dec 15, 2023
1 parent df1c1e8 commit a9e3530
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 a9e3530

Please sign in to comment.