diff --git a/BidMachine/AppLovinMediationBidMachineAdapter.podspec b/BidMachine/AppLovinMediationBidMachineAdapter.podspec index 87613f0dd1..ff0f3218e0 100644 --- a/BidMachine/AppLovinMediationBidMachineAdapter.podspec +++ b/BidMachine/AppLovinMediationBidMachineAdapter.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.authors = 'AppLovin Corporation' s.name = 'AppLovinMediationBidMachineAdapter' -s.version = '3.1.1.0.1' +s.version = '3.1.2.0.0' s.platform = :ios, '12.0' s.summary = 'BidMachine adapter used for mediation with the AppLovin MAX SDK' s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed" diff --git a/BidMachine/BidMachineAdapter/ALBidMachineMediationAdapter.m b/BidMachine/BidMachineAdapter/ALBidMachineMediationAdapter.m index ec9fbe56a8..0254832acd 100644 --- a/BidMachine/BidMachineAdapter/ALBidMachineMediationAdapter.m +++ b/BidMachine/BidMachineAdapter/ALBidMachineMediationAdapter.m @@ -9,7 +9,7 @@ #import "ALBidMachineMediationAdapter.h" #import -#define ADAPTER_VERSION @"3.1.1.0.1" +#define ADAPTER_VERSION @"3.1.2.0.0" #define TITLE_LABEL_TAG 1 #define MEDIA_VIEW_CONTAINER_TAG 2 diff --git a/BidMachine/CHANGELOG.md b/BidMachine/CHANGELOG.md index 88b30f4a7c..e40f0528c8 100644 --- a/BidMachine/CHANGELOG.md +++ b/BidMachine/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.1.2.0.0 +* Certified with BidMachine SDK 3.1.2. + ## 3.1.1.0.1 * Fix asset views in a native ad not clickable.