Skip to content

Commit

Permalink
Merge pull request #101 from GetStream/release/1.0.4
Browse files Browse the repository at this point in the history
Prepare for release 1.0.4
  • Loading branch information
skydoves authored Oct 17, 2023
2 parents 8e7cf17 + ea56788 commit 0e4d24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Configurations {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 3
const val patchVersion = 4
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 4
const val versionCode = 5
}

0 comments on commit 0e4d24e

Please sign in to comment.