Skip to content

Commit

Permalink
AmazonAdMarketplace/4.9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Jul 17, 2024
1 parent 3c45353 commit d17c03c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "ALAmazonAdMarketplaceMediationAdapter.h"
#import <DTBiOSSDK/DTBiOSSDK.h>

#define ADAPTER_VERSION @"4.9.6.0"
#define ADAPTER_VERSION @"4.9.7.0"

/**
* Container object for holding mediation hints dict generated from Amazon's SDK and the timestamp it was geenrated at.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationAmazonAdMarketplaceAdapter'
s.version = '4.9.6.0'
s.version = '4.9.7.0'
s.platform = :ios, '12.0'
s.summary = 'Amazon Publisher Services 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 Down
3 changes: 3 additions & 0 deletions AmazonAdMarketplace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.9.7.0
* Certified with AmazonAdMarketplace SDK 4.9.7.

## 4.9.6.0
* Certified with AmazonAdMarketplace SDK 4.9.6.

Expand Down

0 comments on commit d17c03c

Please sign in to comment.