From 8a79ac18ec83b843ada3b74b078605ae2fb6e113 Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 7 Mar 2024 09:06:35 +0000 Subject: [PATCH] [AUTO-GENERATED] Update version to 4.11.1.0.0 --- CHANGELOG.md | 3 +++ ChartboostMediationAdapterGoogleBidding.podspec | 4 ++-- Source/GoogleBiddingAdapter.swift | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 930e32c..ca07d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.11.1.0.0 +- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.1.0. + ### 4.11.0.0.0 - The minimum deployment target compatible with this adapter is now iOS 12 - This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.0.0. diff --git a/ChartboostMediationAdapterGoogleBidding.podspec b/ChartboostMediationAdapterGoogleBidding.podspec index 79cd086..5038f0e 100644 --- a/ChartboostMediationAdapterGoogleBidding.podspec +++ b/ChartboostMediationAdapterGoogleBidding.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'ChartboostMediationAdapterGoogleBidding' - spec.version = '4.11.0.0.0' + spec.version = '4.11.1.0.0' spec.license = { :type => 'MIT', :file => 'LICENSE.md' } spec.homepage = 'https://github.com/ChartBoost/chartboost-mediation-ios-adapter-google-bidding' spec.authors = { 'Chartboost' => 'https://www.chartboost.com/' } @@ -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 'Google-Mobile-Ads-SDK', '~> 11.0.0' + spec.dependency 'Google-Mobile-Ads-SDK', '~> 11.1.0' # The partner network SDK is a static framework which requires the static_framework option. spec.static_framework = true diff --git a/Source/GoogleBiddingAdapter.swift b/Source/GoogleBiddingAdapter.swift index d899ec9..b6b49dc 100644 --- a/Source/GoogleBiddingAdapter.swift +++ b/Source/GoogleBiddingAdapter.swift @@ -29,7 +29,7 @@ final class GoogleBiddingAdapter: 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: `.....` where `.` is optional. - let adapterVersion = "4.11.0.0.0" + let adapterVersion = "4.11.1.0.0" /// The partner's unique identifier. let partnerIdentifier = "google_googlebidding"