Skip to content

Commit 2814d42

Browse files
authored
2.1.0 (#94)
1 parent d982875 commit 2814d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object appConfig {
1919
const val targetSdkVersion = 31
2020

2121
private const val MAJOR = 2
22-
private const val MINOR = 0
22+
private const val MINOR = 1
2323
private const val PATCH = 0
2424
const val versionCode = MAJOR * 10000 + MINOR * 100 + PATCH
2525
const val versionName = "$MAJOR.$MINOR.$PATCH"

0 commit comments

Comments
 (0)