Skip to content

Commit

Permalink
Upgrade to version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Nov 6, 2023
1 parent 5ee2a76 commit 70a8457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configuration {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 1
const val patchVersion = 5
const val patchVersion = 6
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 70a8457

Please sign in to comment.