From 16c71adc5c81e5faf90d2eed3347bae4d88d0ec1 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 13 Oct 2022 15:25:56 -0400 Subject: [PATCH] Better enum support --- Courier-iOS.podspec | 2 +- Sources/Courier/Courier.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Courier-iOS.podspec b/Courier-iOS.podspec index 11c1861b..5dd3b223 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.15' + s.version = '1.0.16' 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 16f141c3..22d03232 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.15" + internal static let version = "1.0.16" // MARK: Init