Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balkrishna-bv committed Jun 4, 2021
1 parent 7a36313 commit 466f606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BVSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'BVSwift'
s.version = '1.5.0'
s.version = '1.6.0'
s.summary = 'Simple Swift based iOS SDK to interact with the Bazaarvoice platform API.'
s.description = 'The Bazaarvoice Software Development Kit (SDK) is a Swift iOS library that provides an easy way to generate REST calls to the Bazaarvoice Developer API. Using this SDK, mobile developers can quickly integrate Bazaarvoice content into their native iOS apps for iPhone and iPad on iOS 8.0 or newer.'

Expand Down
2 changes: 1 addition & 1 deletion BVSwift/BVCommon/Configuration/BVConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal struct BVConstants {
static let appVersionField: String = "_appVersion"
static let buildNumberField: String = "_buildNumber"
static let sdkVersionField: String = "_bvIosSwiftSdkVersion"
static let bvSwiftSDKVersion: String = "1.5.0"
static let bvSwiftSDKVersion: String = "1.6.0"

}

Expand Down
2 changes: 1 addition & 1 deletion BVSwift/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.6.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 466f606

Please sign in to comment.