From dce288d0cf0353f857f945d758e0663d1d401fdd Mon Sep 17 00:00:00 2001 From: Abhinav Mandloi Date: Fri, 20 Nov 2020 17:08:38 +0530 Subject: [PATCH] Release 8.3.1 --- 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 9c54095b..ee648b62 100644 --- a/BVSDK.podspec +++ b/BVSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "BVSDK" - s.version = '8.3.0' + s.version = '8.3.1' 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 838225aa..95805f8f 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.3.0" +#define BV_SDK_VERSION @"8.3.1" /// Conversation SDK Version #define SDK_HEADER_NAME @"X-UA-BV-SDK" -#define SDK_HEADER_VALUE @"IOS_SDK_V830" +#define SDK_HEADER_VALUE @"IOS_SDK_V831" /// 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 4ebd3538..173a9db5 100644 --- a/BVSDK/Support/Info.plist +++ b/BVSDK/Support/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.3.0 + 8.3.1 CFBundleVersion 1 LSApplicationCategoryType