From d5df5a5190a4b0fcf23ca054e00331f8d029ff3d Mon Sep 17 00:00:00 2001 From: mikemilla Date: Tue, 17 Sep 2024 11:20:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=204.5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Courier_iOS.podspec | 2 +- Example/Example.xcodeproj/project.pbxproj | 8 ++++---- Sources/Courier_iOS/Courier_iOS.swift | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Courier_iOS.podspec b/Courier_iOS.podspec index d47cc35d..3ecdf87b 100644 --- a/Courier_iOS.podspec +++ b/Courier_iOS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Courier_iOS' - s.version = '4.5.3' + s.version = '4.5.4' s.summary = 'Courier makes it easy to add notifications to your app' s.homepage = 'https://github.com/trycourier/courier-ios' diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj index f4ee4e3b..93e2bc07 100644 --- a/Example/Example.xcodeproj/project.pbxproj +++ b/Example/Example.xcodeproj/project.pbxproj @@ -508,7 +508,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Example/Example.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 50; + CURRENT_PROJECT_VERSION = 51; DEVELOPMENT_TEAM = 83BJVWGX4Q; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Example/Info.plist; @@ -539,7 +539,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Example/Example.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 50; + CURRENT_PROJECT_VERSION = 51; DEVELOPMENT_TEAM = 83BJVWGX4Q; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Example/Info.plist; @@ -566,7 +566,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 50; + CURRENT_PROJECT_VERSION = 51; DEVELOPMENT_TEAM = 83BJVWGX4Q; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = CourierService/Info.plist; @@ -592,7 +592,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 50; + CURRENT_PROJECT_VERSION = 51; DEVELOPMENT_TEAM = 83BJVWGX4Q; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = CourierService/Info.plist; diff --git a/Sources/Courier_iOS/Courier_iOS.swift b/Sources/Courier_iOS/Courier_iOS.swift index 4ea0064d..bcfc664e 100644 --- a/Sources/Courier_iOS/Courier_iOS.swift +++ b/Sources/Courier_iOS/Courier_iOS.swift @@ -29,7 +29,7 @@ import UIKit /** * Versioning */ - internal static let version = "4.5.3" + internal static let version = "4.5.4" @objc public static var agent = CourierAgent.nativeIOS(version) /**