Skip to content

Commit

Permalink
[CI] Tapjoy - 12.8.1.1 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
chauduyphanvu authored Jul 29, 2021
1 parent e951bc7 commit 9adf6b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Tapjoy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Changelog
* 12.8.1.1
* Adjust minimium MoPub SDK version from 5.17.0 to 5.17. This allows integrations to use MoPub 5.17.x up to (but not including) 6.0.
* Service release. No new features.

* 12.8.1.0
* This version of the adapters has been certified with Tapjoy 12.8.1 and MoPub SDK 5.17.0.

Expand Down
2 changes: 1 addition & 1 deletion Tapjoy/TapjoyAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"12.8.1.0";
return @"12.8.1.1";
}

- (NSString *)biddingToken {
Expand Down

0 comments on commit 9adf6b8

Please sign in to comment.