Skip to content

Commit

Permalink
BidMachine/2.5.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Feb 20, 2024
1 parent dfdbb26 commit c2db636
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BidMachine/AppLovinMediationBidMachineAdapter.podspec
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationBidMachineAdapter'
s.version = '2.5.0.0.0'
s.version = '2.5.1.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"
Expand All @@ -26,7 +26,7 @@ s.source =

s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"

s.dependency 'BidMachine', '= 2.5.0'
s.dependency 'BidMachine', '= 2.5.1'
s.dependency 'AppLovinSDK'
s.swift_version = '5.1'

Expand Down
Expand Up @@ -10,7 +10,7 @@
#import <BidMachine/BidMachine.h>
#import <BidMachineApiCore/BidMachineApiCore.h>

#define ADAPTER_VERSION @"2.5.0.0.0"
#define ADAPTER_VERSION @"2.5.1.0.0"

@interface ALBidMachineInterstitialDelegate : NSObject <BidMachineAdDelegate>
@property (nonatomic, weak) ALBidMachineMediationAdapter *parentAdapter;
Expand Down
3 changes: 3 additions & 0 deletions BidMachine/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 2.5.1.0.0
* Certified with BidMachine SDK 2.5.1.

## 2.5.0.0.0
* Certified with BidMachine SDK 2.5.0.

Expand Down

0 comments on commit c2db636

Please sign in to comment.