Skip to content

Commit

Permalink
Public extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Miller authored and Michael Miller committed Oct 17, 2022
1 parent e016ea4 commit 1d596f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Courier-iOS.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Courier/Courier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Sources/Courier/Utils/Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension Data {

extension UNNotificationContent {

var pushNotification: [AnyHashable : Any?] {
public var pushNotification: [AnyHashable : Any?] {
get {

// Initial payload
Expand Down

0 comments on commit 1d596f6

Please sign in to comment.