Skip to content

Commit ea56788

Browse files
committed
Prepare for release 1.0.4
1 parent 8e7cf17 commit ea56788

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)