Skip to content

Commit

Permalink
버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdwns committed Jun 26, 2023
1 parent 83389a0 commit 6b0bb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/deptromeet/housekeeper/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ object Config {
const val COMPILE_SDK = 31
const val TARGET_SDK = 31
const val MIN_SDK = 28
const val VERSION_CODE = 6
const val VERSION_NAME = "1.3.0"
const val VERSION_CODE = 7
const val VERSION_NAME = "1.4.0"
}

0 comments on commit 6b0bb8d

Please sign in to comment.