Skip to content

Commit 3755e46

Browse files
authored
Merge pull request #113 from GetStream/release/1.1.0
Update version name to 1.1.0
2 parents 9227ac4 + e6bb764 commit 3755e46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Configurations.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ object Configurations {
22
const val targetSdk = 34
33
const val minSdk = 24
44
const val majorVersion = 1
5-
const val minorVersion = 0
6-
const val patchVersion = 4
5+
const val minorVersion = 1
6+
const val patchVersion = 0
77
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
8-
const val versionCode = 5
8+
const val versionCode = 6
99
}

0 commit comments

Comments
 (0)