Skip to content

Commit 87dc523

Browse files
committed
Merge remote-tracking branch 'origin/release' into develop
2 parents 9625881 + 02c3346 commit 87dc523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/src/main/kotlin/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ object Configuration {
55
const val COMPILE_SDK = 36
66
const val TARGET_SDK = 36
77

8-
const val VERSION_CODE = 2
9-
const val VERSION_NAME = "1.0.1"
8+
const val VERSION_CODE = 3
9+
const val VERSION_NAME = "1.0.2"
1010

1111
val JAVA_VERSION = JavaVersion.VERSION_17
1212
const val JVM_TARGET = "17"

0 commit comments

Comments
 (0)