Skip to content

Commit 4810194

Browse files
committed
Prepare for release 1.1.3
1 parent 94749b6 commit 4810194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/getstream/Configurations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Configurations {
66
const val minSdk = 21
77
const val majorVersion = 1
88
const val minorVersion = 1
9-
const val patchVersion = 2
9+
const val patchVersion = 3
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1111
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1212
const val artifactGroup = "io.getstream"

0 commit comments

Comments
 (0)