Skip to content

Commit

Permalink
Merge pull request #121 from TimerTiTi/dev-1.0.3-m1
Browse files Browse the repository at this point in the history
Dev 1.0.3 m1
  • Loading branch information
koreatlwls authored May 5, 2024
2 parents 3a7a891 + b071a91 commit a97a006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object BuildType {

object AppConfig {
const val APP_ID = "com.titi.app"
const val APP_VERSION_NAME = "1.0.2"
const val APP_VERSION_CODE = 23
const val APP_VERSION_NAME = "1.0.3"
const val APP_VERSION_CODE = 24
const val APP_NAME = "TiTi"
}
5 changes: 2 additions & 3 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
TiTi android dev 1.0.2(23)
- 타이머, 스탑워치 디자인 수정
- 그래프 디자인 수정
TiTi android dev 1.0.3(24)
- 세팅 화면 구현 완료

0 comments on commit a97a006

Please sign in to comment.