Skip to content

Commit

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

## 2.5.1.0
* Certified with BidMachine SDK 2.5.1.

## 2.5.0.0
* Certified with BidMachine SDK 2.5.0.

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

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

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

0 comments on commit 65ff235

Please sign in to comment.