Skip to content

Commit eafc69d

Browse files
authored
2.2.0
1 parent 3c8029d commit eafc69d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: buildSrc/src/main/kotlin/deps.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ object appConfig {
1818
const val targetSdkVersion = 34
1919

2020
private const val MAJOR = 2
21-
private const val MINOR = 1
22-
private const val PATCH = 1
21+
private const val MINOR = 2
22+
private const val PATCH = 0
2323
const val versionCode = MAJOR * 10000 + MINOR * 100 + PATCH
24-
const val versionName = "$MAJOR.$MINOR.$PATCH-SNAPSHOT"
24+
const val versionName = "$MAJOR.$MINOR.$PATCH"
2525
}
2626

2727
object deps {

0 commit comments

Comments
 (0)