Skip to content

Commit

Permalink
🔖 Release 8.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbawane committed Feb 4, 2025
1 parent 938e340 commit a79c6a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions 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 = '8.13.1'
s.version = '8.13.2'
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' }
Expand Down Expand Up @@ -83,9 +83,8 @@ Pod::Spec.new do |s|
end

s.subspec 'BVProductSentiments' do |sentiments|
recs.source_files = 'BVSDK/BVProductSentiments/**/*.{h,m}'
recs.private_header_files = 'BVSDK/BVProductSentiments/**/Private/*.{h}'
recs.dependency 'BVSDK/BVCommon'
sentiments.source_files = 'BVSDK/BVProductSentiments/**/*.{h,m}'
sentiments.dependency 'BVSDK/BVCommon'
end

end
2 changes: 1 addition & 1 deletion BVSDK/BVCommon/BVSDKConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define BVSDKConstants_h

/// Provides the master version of the SDK.
#define BV_SDK_VERSION @"8.13.1"
#define BV_SDK_VERSION @"8.13.2"

/// Conversation SDK Version
#define SDK_HEADER_NAME @"X-UA-BV-SDK"
Expand Down
2 changes: 1 addition & 1 deletion BVSDK/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.13.1</string>
<string>8.13.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit a79c6a9

Please sign in to comment.