diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ccff1..a03dc8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ All official releases can be found on this repository's [releases page](https:// ## Mediation 5 +### 5.11.13.0.0 +- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.13.0. + ### 5.11.12.0.0 - This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.12.0. diff --git a/ChartboostMediationAdapterAdMob.podspec b/ChartboostMediationAdapterAdMob.podspec index 2d8ad77..87913c1 100644 --- a/ChartboostMediationAdapterAdMob.podspec +++ b/ChartboostMediationAdapterAdMob.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'ChartboostMediationAdapterAdMob' - spec.version = '5.11.12.0.0' + spec.version = '5.11.13.0.0' spec.license = { :type => 'MIT', :file => 'LICENSE.md' } spec.homepage = 'https://github.com/ChartBoost/chartboost-mediation-ios-adapter-admob' spec.authors = { 'Chartboost' => 'https://www.chartboost.com/' } @@ -24,7 +24,7 @@ Pod::Spec.new do |spec| spec.dependency 'ChartboostMediationSDK', '~> 5.0' # Partner network SDK and version that this adapter is certified to work with. - spec.dependency 'Google-Mobile-Ads-SDK', '~> 11.12.0' + spec.dependency 'Google-Mobile-Ads-SDK', '~> 11.13.0' # The partner network SDK is a static framework which requires the static_framework option. spec.static_framework = true diff --git a/Source/AdMobAdapterConfiguration.swift b/Source/AdMobAdapterConfiguration.swift index f50198a..c9d8028 100644 --- a/Source/AdMobAdapterConfiguration.swift +++ b/Source/AdMobAdapterConfiguration.swift @@ -20,7 +20,7 @@ import GoogleMobileAds /// last digit is the adapter's build version, and intermediate digits are the partner SDK's version. /// Format: `.... /// .` where `.` is optional. - @objc public static let adapterVersion = "5.11.12.0.0" + @objc public static let adapterVersion = "5.11.13.0.0" /// The partner's unique identifier. @objc public static let partnerID = "admob"