Skip to content

Commit

Permalink
Upgrade to version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat committed Sep 5, 2023
1 parent c884031 commit b2e946d
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 = 3
const val patchVersion = 4
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 b2e946d

Please sign in to comment.