Skip to content

Commit

Permalink
Make PentabarfKit public
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Jan 21, 2024
1 parent 845f413 commit 05bcba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PentabarfKit/PentabarfKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Foundation

class PentabarfKit {
public class PentabarfKit {
public static func loadConference(_ url: URL) async throws -> Conference? {
print("📲 Getting schedule: \(url)")
let urlRequest = URLRequest(url: url)
Expand Down

0 comments on commit 05bcba3

Please sign in to comment.