From a03798915fc956dfaf04a0d3888ae128d6a426e8 Mon Sep 17 00:00:00 2001 From: Cameron Ollivierre Date: Fri, 14 Jun 2019 09:25:55 -0500 Subject: [PATCH] Release 8.0.5 --- BVSDK.podspec | 2 +- BVSDK/BVCommon/BVSDKConstants.h | 4 ++-- BVSDK/Support/Info.plist | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BVSDK.podspec b/BVSDK.podspec index 582bd4ee..f9657e5c 100644 --- a/BVSDK.podspec +++ b/BVSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "BVSDK" - s.version = '8.0.4' + s.version = '8.0.5' s.homepage = 'https://developer.bazaarvoice.com/' s.license = { :type => 'Commercial', :text => 'See https://developer.bazaarvoice.com/API_Terms_of_Use' } s.author = { 'Bazaarvoice' => 'support@bazaarvoice.com' } diff --git a/BVSDK/BVCommon/BVSDKConstants.h b/BVSDK/BVCommon/BVSDKConstants.h index 940d41d9..410406ef 100644 --- a/BVSDK/BVCommon/BVSDKConstants.h +++ b/BVSDK/BVCommon/BVSDKConstants.h @@ -10,11 +10,11 @@ #define BVSDKConstants_h /// Provides the master version of the SDK. -#define BV_SDK_VERSION @"8.0.4" +#define BV_SDK_VERSION @"8.0.5" /// Conversation SDK Version #define SDK_HEADER_NAME @"X-UA-BV-SDK" -#define SDK_HEADER_VALUE @"IOS_SDK_V804" +#define SDK_HEADER_VALUE @"IOS_SDK_V805" /// Error domain for NSError results, when present. #define BVErrDomain @"com.bazaarvoice.bvsdk" diff --git a/BVSDK/Support/Info.plist b/BVSDK/Support/Info.plist index c03cde41..80871970 100644 --- a/BVSDK/Support/Info.plist +++ b/BVSDK/Support/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.0.4 + 8.0.5 CFBundleVersion 1 LSApplicationCategoryType