Skip to content

Commit

Permalink
Merge pull request #118 from TimerTiTi/release-1.0.2
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
koreatlwls authored Apr 21, 2024
2 parents 3f61553 + 7444737 commit 27f8e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.1"
const val APP_VERSION_CODE = 22
const val APP_VERSION_NAME = "1.0.2"
const val APP_VERSION_CODE = 23
const val APP_NAME = "TiTi"
}
5 changes: 3 additions & 2 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
TiTi android dev 1.0.1(22)
- 데일리 더하기 로직 수정
TiTi android dev 1.0.2(23)
- 타이머, 스탑워치 디자인 수정
- 그래프 디자인 수정

0 comments on commit 27f8e25

Please sign in to comment.