diff --git a/Mintegral/AppLovinMediationMintegralAdapter.podspec b/Mintegral/AppLovinMediationMintegralAdapter.podspec index 521f26761e..2b25234fe3 100644 --- a/Mintegral/AppLovinMediationMintegralAdapter.podspec +++ b/Mintegral/AppLovinMediationMintegralAdapter.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.authors = 'AppLovin Corporation' s.name = 'AppLovinMediationMintegralAdapter' -s.version = '7.6.0.0.0' +s.version = '7.6.1.0.0' s.platform = :ios, '11.0' s.summary = 'Mintegral 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 'MintegralAdSDK', '= 7.6.0' -s.dependency 'MintegralAdSDK/BidSplashAd', '= 7.6.0' +s.dependency 'MintegralAdSDK', '= 7.6.1' +s.dependency 'MintegralAdSDK/BidSplashAd', '= 7.6.1' s.dependency 'AppLovinSDK' s.swift_version = '5.0' diff --git a/Mintegral/CHANGELOG.md b/Mintegral/CHANGELOG.md index 0e0640ab36..2117f58a29 100644 --- a/Mintegral/CHANGELOG.md +++ b/Mintegral/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.6.1.0.0 +* Certified with Mintegral SDK 7.6.1. + ## 7.6.0.0.0 * Certified with Mintegral SDK 7.6.0. * Remove deprecated callbacks `didStartRewardedAdVideo` and `didCompleteRewardedAdVideo`. diff --git a/Mintegral/MintegralAdapter/ALMintegralMediationAdapter.m b/Mintegral/MintegralAdapter/ALMintegralMediationAdapter.m index 2f74a0f37a..4a3e522aa3 100644 --- a/Mintegral/MintegralAdapter/ALMintegralMediationAdapter.m +++ b/Mintegral/MintegralAdapter/ALMintegralMediationAdapter.m @@ -16,7 +16,7 @@ #import #import -#define ADAPTER_VERSION @"7.6.0.0.0" +#define ADAPTER_VERSION @"7.6.1.0.0" // List of Mintegral error codes not defined in API, but in their docs //