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.