Skip to content

Commit

Permalink
Upgrade to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Jul 24, 2023
1 parent 65b5b20 commit 8835733
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 = 2
const val patchVersion = 3
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 8835733

Please sign in to comment.