Skip to content

Commit

Permalink
Merge pull request #10 from ChartBoost/release/4.2.6.0.0
Browse files Browse the repository at this point in the history
Update Version to 4.2.6.0.0
  • Loading branch information
kendallrogers authored Apr 8, 2024
2 parents 466ed92 + 23b017a commit e8475a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter.
Adapters are compatible with any Chartboost Mediation SDK version within that major version.

### 4.2.6.0.0
- This version of the adapter has been certified with BidMachine 2.6.0.

### 4.2.5.1.0
- This version of the adapter has been certified with BidMachine 2.5.1.

Expand Down
4 changes: 2 additions & 2 deletions ChartboostMediationAdapterBidMachine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ChartboostMediationAdapterBidMachine'
spec.version = '4.2.5.1.0'
spec.version = '4.2.6.0.0'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/ChartBoost/chartboost-mediation-ios-adapter-bidmachine'
spec.authors = { 'Chartboost' => 'https://www.chartboost.com/' }
Expand All @@ -24,7 +24,7 @@ Pod::Spec.new do |spec|
spec.dependency 'ChartboostMediationSDK', '~> 4.0'

# Partner network SDK and version that this adapter is certified to work with.
spec.dependency 'BidMachine', '~> 2.5.1'
spec.dependency 'BidMachine', '~> 2.6.0'

# Indicates, that if use_frameworks! is specified, the pod should include a static library framework.
spec.static_framework = true
Expand Down
2 changes: 1 addition & 1 deletion Source/BidMachineAdapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class BidMachineAdapter: PartnerAdapter {
/// The version of the adapter.
/// It should have either 5 or 6 digits separated by periods, where the first digit is Chartboost Mediation SDK's major version, the last digit is the adapter's build version, and intermediate digits are the partner SDK's version.
/// Format: `<Chartboost Mediation major version>.<Partner major version>.<Partner minor version>.<Partner patch version>.<Partner build version>.<Adapter build version>` where `.<Partner build version>` is optional.
let adapterVersion = "4.2.5.1.0"
let adapterVersion = "4.2.6.0.0"

/// The partner's unique identifier.
let partnerIdentifier = "bidmachine"
Expand Down

0 comments on commit e8475a2

Please sign in to comment.