Skip to content

Commit 02c3346

Browse files
committed
chore: 버전 업데이트 1.0.1 -> 1.0.2
1 parent cb56353 commit 02c3346

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)