From 423a5d2625e08f0b040583a21fe828581f1f5e7a Mon Sep 17 00:00:00 2001 From: Reagan Smith Date: Thu, 29 Feb 2024 10:37:07 -0500 Subject: [PATCH] Update to 0.4.4 with closeCreative method --- Sources/ATTNSDK.h | 2 ++ Sources/Internal/ATTNVersion.h | 2 +- attentive-ios-sdk.podspec | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Sources/ATTNSDK.h b/Sources/ATTNSDK.h index c90aadb..56ebb16 100644 --- a/Sources/ATTNSDK.h +++ b/Sources/ATTNSDK.h @@ -41,6 +41,8 @@ typedef void (^ATTNCreativeTriggerCompletionHandler)(NSString * triggerStatus); - (void)trigger:(UIView *)theView handler:(_Nullable ATTNCreativeTriggerCompletionHandler)handler; +- (void)closeCreative; + - (void)clearUser; NS_ASSUME_NONNULL_END diff --git a/Sources/Internal/ATTNVersion.h b/Sources/Internal/ATTNVersion.h index d13ce48..8e08511 100644 --- a/Sources/Internal/ATTNVersion.h +++ b/Sources/Internal/ATTNVersion.h @@ -10,6 +10,6 @@ // This should match the Podspec version // If there's a way to define the version in one place and use it both here and the Podspec then we should do it - I don't know of a way -NSString* const SDK_VERSION = @"0.4.3"; +NSString* const SDK_VERSION = @"0.4.4"; #endif /* ATTNVersion_h */ diff --git a/attentive-ios-sdk.podspec b/attentive-ios-sdk.podspec index daab11a..98c30a2 100644 --- a/attentive-ios-sdk.podspec +++ b/attentive-ios-sdk.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'attentive-ios-sdk' - s.version = '0.4.3' + s.version = '0.4.4' s.summary = 'Attentive IOS SDK' # This description is used to generate tags and improve search results.