diff --git a/Sources/Internal/ATTNVersion.h b/Sources/Internal/ATTNVersion.h index 6c6bb18..349877e 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 -static NSString* const SDK_VERSION = @"0.4.1"; +static NSString* const SDK_VERSION = @"0.4.2"; #endif /* ATTNVersion_h */ diff --git a/attentive-ios-sdk.podspec b/attentive-ios-sdk.podspec index 81f5e75..80a4b79 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.1' + s.version = '0.4.2' s.summary = 'Attentive IOS SDK' # This description is used to generate tags and improve search results.