Skip to content

Commit

Permalink
Criteo/5.0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 4, 2023
1 parent cb67404 commit dbc5fde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Criteo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.0.2.0
* Certified with Criteo SDK 5.0.2.

## 5.0.1.0
* Certified with Criteo SDK 5.0.1.

Expand Down
2 changes: 1 addition & 1 deletion Criteo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

private val versionMajor = 5
private val versionMinor = 0
private val versionPatch = 1
private val versionPatch = 2
private val versionAdapterPatch = 0

val libraryVersionName by extra("${versionMajor}.${versionMinor}.${versionPatch}.${versionAdapterPatch}")
Expand Down

0 comments on commit dbc5fde

Please sign in to comment.