Skip to content

Commit

Permalink
fix: make singleton public
Browse files Browse the repository at this point in the history
  • Loading branch information
manasv committed May 30, 2021
1 parent 2ef2657 commit e642f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Updeto/Updeto.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public final class Updeto: UpdetoType {
// MARK: - Singleton

#if canImport(UIKit)
static var shared = Updeto()
public static var shared = Updeto()
#endif

// MARK: - Initializers
Expand Down

0 comments on commit e642f38

Please sign in to comment.