From e9ce461a72d07846b8efacba6f4a211590447e7a Mon Sep 17 00:00:00 2001 From: Abishekh S Kamath Date: Wed, 1 Sep 2021 12:40:13 +0530 Subject: [PATCH] Release 8.6.0 --- 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 c1f435a6..f66a67d5 100644 --- a/BVSDK.podspec +++ b/BVSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "BVSDK" - s.version = '8.5.0' + s.version = '8.6.0' 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 8256dc84..216bbf1f 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.5.0" +#define BV_SDK_VERSION @"8.6.0" /// Conversation SDK Version #define SDK_HEADER_NAME @"X-UA-BV-SDK" -#define SDK_HEADER_VALUE @"IOS_SDK_V850" +#define SDK_HEADER_VALUE @"IOS_SDK_V860" /// 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 ac212a8e..81807e46 100644 --- a/BVSDK/Support/Info.plist +++ b/BVSDK/Support/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.5.0 + 8.6.0 CFBundleVersion 1 LSApplicationCategoryType