From f3b5f1b672d440ac34305dd12ab940d6ecd734f3 Mon Sep 17 00:00:00 2001 From: Vladimir Espinola Date: Tue, 21 May 2024 10:36:52 -0400 Subject: [PATCH] bumped version to 0.5.1 --- 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 4ed5e4b..c8b43b7 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.5.0"; +NSString* const SDK_VERSION = @"0.5.1"; #endif /* ATTNVersion_h */ diff --git a/attentive-ios-sdk.podspec b/attentive-ios-sdk.podspec index bba091a..1907be3 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.5.0' + s.version = '0.5.1' s.summary = 'Attentive IOS SDK' # This description is used to generate tags and improve search results.