Skip to content

Commit 2259198

Browse files
committed
chore: 버전 업데이트 v1.0.2 -> v1.0.3
1 parent 2624690 commit 2259198

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = 3
9-
const val VERSION_NAME = "1.0.2"
8+
const val VERSION_CODE = 4
9+
const val VERSION_NAME = "1.0.3"
1010

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

0 commit comments

Comments
 (0)