Skip to content

Commit

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

## 9.9.2.0
* Certified with AmazonAdMarketplace SDK 9.9.2.

## 9.9.1.0
* Certified with AmazonAdMarketplace SDK 9.9.1.

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

private val versionMajor = 9
private val versionMinor = 9
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 8569bde

Please sign in to comment.