We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac93a9 commit 75ec04eCopy full SHA for 75ec04e
buildSrc/src/main/kotlin/io/getstream/butterfly/Configuration.kt
@@ -6,9 +6,9 @@ object Configuration {
6
const val minSdk = 21
7
const val majorVersion = 1
8
const val minorVersion = 0
9
- const val patchVersion = 0
+ const val patchVersion = 1
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
- const val versionCode = 1
+ const val versionCode = 2
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
14
}
0 commit comments