Skip to content

Commit

Permalink
make shared instance public & update pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ifeanyi committed Feb 18, 2025
1 parent 8dde210 commit 4a6fe4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Engage-swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Engage-swift'
s.version = '0.3.2'
s.version = '0.3.3'
s.module_name = 'Engage'
s.summary = 'Official Engage SDK for iOS.'
s.homepage = 'https://engage.so/'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Handler/NotificationHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

public final class NotificationHandler: NotificationHandlerProtocol {
static let shared = NotificationHandler()
static public let shared = NotificationHandler()

private var onMessageOpened: MessageHandler?
private var onMessageReceived: MessageHandler?
Expand Down

0 comments on commit 4a6fe4a

Please sign in to comment.