Skip to content

Commit

Permalink
Bump SDK version to 4.2.0 for newly added BVLocation module
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Kelly committed Aug 31, 2016
1 parent 27b4de9 commit 8faf51c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BVSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "BVSDK"
s.version = '4.1.0'
s.version = '4.2.0'
s.homepage = 'https://developer.bazaarvoice.com'
s.license = { :type => 'Commercial', :text => 'See https://developer.bazaarvoice.com/API_Terms_of_Use' }
s.author = { 'Bazaarvoice' => '[email protected]' }
Expand Down
4 changes: 2 additions & 2 deletions Pod/BVCommon/BVCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
#include "BVErrorCodeConstants.h"

/// Provides the master version of the SDK.
#define BV_SDK_VERSION @"4.1.0"
#define BV_SDK_VERSION @"4.2.0"

/// Conversation SDK Version
#define SDK_HEADER_NAME @"X-UA-BV-SDK"
#define SDK_HEADER_VALUE @"IOS_SDK_V410"
#define SDK_HEADER_VALUE @"IOS_SDK_V420"

/// Error domain for NSError results, when present.
#define BVErrDomain @"com.bvsdk.bazaarvoice"
Expand Down

0 comments on commit 8faf51c

Please sign in to comment.