Skip to content

Commit 0e4d24e

Browse files
authored
Merge pull request #101 from GetStream/release/1.0.4
Prepare for release 1.0.4
2 parents 8e7cf17 + ea56788 commit 0e4d24e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Configurations.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Configurations {
44
const val minSdk = 21
55
const val majorVersion = 1
66
const val minorVersion = 0
7-
const val patchVersion = 3
7+
const val patchVersion = 4
88
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9-
const val versionCode = 4
9+
const val versionCode = 5
1010
}

0 commit comments

Comments
 (0)