Skip to content

Commit

Permalink
Merge pull request #113 from GetStream/release/1.1.0
Browse files Browse the repository at this point in the history
Update version name to 1.1.0
  • Loading branch information
skydoves authored Oct 26, 2023
2 parents 9227ac4 + e6bb764 commit 3755e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ object Configurations {
const val targetSdk = 34
const val minSdk = 24
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 4
const val minorVersion = 1
const val patchVersion = 0
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 5
const val versionCode = 6
}

0 comments on commit 3755e46

Please sign in to comment.