Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Bump Publisher SDK version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vguerci committed Jun 8, 2020
1 parent 4ca1b74 commit 5e79eba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 3.6.0.0

**Targeted version of the Criteo Publisher SDK**: 3.6.0

## Version 3.5.0.0

**Targeted version of the Criteo Publisher SDK**: 3.5.0
Expand Down
4 changes: 2 additions & 2 deletions CRCriteoAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ - (NSString *)adapterVersion {
// We use an hardcoded value (not a macro) so
// that the file is self-contained in the
// open-source repository.
return @"3.5.0.0";
return @"3.6.0.0";
}

- (NSString *)biddingToken {
Expand All @@ -36,7 +36,7 @@ - (NSString *)moPubNetworkName{
}

- (NSString *)networkSdkVersion {
return @"3.5.0.0";
return @"3.6.0.0";
}

- (void)initializeNetworkWithConfiguration:(NSDictionary<NSString *, id> *)configuration complete:(void(^)(NSError *))complete {
Expand Down

0 comments on commit 5e79eba

Please sign in to comment.