Skip to content

Commit

Permalink
Prepare for release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 26, 2024
1 parent b53a69a commit bed65e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/getstream/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Configurations {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 3
const val patchVersion = 1
const val patchVersion = 2
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
Expand Down

0 comments on commit bed65e4

Please sign in to comment.