Skip to content

Commit

Permalink
🔖 Bump to version 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-rasevych-criteo committed Sep 14, 2023
1 parent 557625a commit 8462011
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Next Version

# Version 5.0.3
- Make prefetch feature false by default

# Version 5.0.2
- Send SDK MRAID capability
- Fix MRAID iframe issues
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/SdkVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.gradle.api.Project
import java.time.LocalDateTime
import java.time.format.DateTimeFormatter

private const val sdkBaseVersion = "5.0.2"
private const val sdkBaseVersion = "5.0.3"

private val timestamp = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd.HHmm"))

Expand Down

0 comments on commit 8462011

Please sign in to comment.