From 1d596f60d1337b4a79ee76155036e02668a73dca Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 17 Oct 2022 16:56:35 -0400 Subject: [PATCH] Public extension --- Courier-iOS.podspec | 2 +- Sources/Courier/Courier.swift | 2 +- Sources/Courier/Utils/Extensions.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Courier-iOS.podspec b/Courier-iOS.podspec index 78fddd99..91bb6add 100644 --- a/Courier-iOS.podspec +++ b/Courier-iOS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Courier-iOS' - s.version = '1.0.17' + s.version = '1.0.18' s.summary = 'Courier helps you build messaging infrastucture much faster!' s.homepage = 'https://github.com/trycourier/courier-ios' diff --git a/Sources/Courier/Courier.swift b/Sources/Courier/Courier.swift index 9ab6cba6..980e3a53 100644 --- a/Sources/Courier/Courier.swift +++ b/Sources/Courier/Courier.swift @@ -20,7 +20,7 @@ import UIKit */ public static var agent = CourierAgent.native_ios - internal static let version = "1.0.17" + internal static let version = "1.0.18" // MARK: Init diff --git a/Sources/Courier/Utils/Extensions.swift b/Sources/Courier/Utils/Extensions.swift index 737199a2..fef95b52 100644 --- a/Sources/Courier/Utils/Extensions.swift +++ b/Sources/Courier/Utils/Extensions.swift @@ -23,7 +23,7 @@ extension Data { extension UNNotificationContent { - var pushNotification: [AnyHashable : Any?] { + public var pushNotification: [AnyHashable : Any?] { get { // Initial payload