diff --git a/Smaato/AppLovinMediationSmaatoAdapter.podspec b/Smaato/AppLovinMediationSmaatoAdapter.podspec index 76299d7154..a07e81b158 100644 --- a/Smaato/AppLovinMediationSmaatoAdapter.podspec +++ b/Smaato/AppLovinMediationSmaatoAdapter.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.authors = 'AppLovin Corporation' s.name = 'AppLovinMediationSmaatoAdapter' -s.version = '22.9.1.0' +s.version = '22.9.2.0' s.platform = :ios, '11.0' s.summary = 'Smaato adapter used for mediation with the AppLovin MAX SDK' s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed" @@ -26,8 +26,8 @@ s.source = s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework" -s.dependency 'smaato-ios-sdk', '= 22.9.1' -s.dependency 'smaato-ios-sdk/InApp', '= 22.9.1' +s.dependency 'smaato-ios-sdk', '= {ADAPTER_SDK_VERSION}' +s.dependency 'smaato-ios-sdk/InApp', '= {ADAPTER_SDK_VERSION}' s.dependency 'AppLovinSDK', '>= 13.0.0' s.swift_version = '5.0' diff --git a/Smaato/CHANGELOG.md b/Smaato/CHANGELOG.md index 55516e94b6..c40f20830c 100644 --- a/Smaato/CHANGELOG.md +++ b/Smaato/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 22.9.2.0 +* Certified with Smaato SDK 22.9.2. + ## 22.9.1.0 * Certified with Smaato SDK 22.9.1. * Simplified API calls by removing selector checks; direct API calls are now safe with the updated min SDK version. diff --git a/Smaato/SmaatoAdapter/ALSmaatoMediationAdapter.m b/Smaato/SmaatoAdapter/ALSmaatoMediationAdapter.m index e3d2e3215c..a22b3656b3 100644 --- a/Smaato/SmaatoAdapter/ALSmaatoMediationAdapter.m +++ b/Smaato/SmaatoAdapter/ALSmaatoMediationAdapter.m @@ -14,7 +14,7 @@ #import #import -#define ADAPTER_VERSION @"22.9.1.0" +#define ADAPTER_VERSION @"22.9.2.0" /** * Router for interstitial/rewarded ad events.