From 939b554aa513ad3b7981d601e2717ffaf0830031 Mon Sep 17 00:00:00 2001 From: Reagan Smith Date: Tue, 20 Feb 2024 11:34:08 -0500 Subject: [PATCH] 0.4.3 release --- Sources/Internal/ATTNVersion.h | 2 +- attentive-ios-sdk.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Internal/ATTNVersion.h b/Sources/Internal/ATTNVersion.h index 9e117e6..d13ce48 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-beta.2"; +NSString* const SDK_VERSION = @"0.4.3"; #endif /* ATTNVersion_h */ diff --git a/attentive-ios-sdk.podspec b/attentive-ios-sdk.podspec index 73823bb..daab11a 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-beta.2' + s.version = '0.4.3' s.summary = 'Attentive IOS SDK' # This description is used to generate tags and improve search results.