Skip to content

Commit

Permalink
Merge pull request #205 from TimerTiTi/release-1.4.6
Browse files Browse the repository at this point in the history
Release 1.4.6
  • Loading branch information
koreatlwls authored Nov 17, 2024
2 parents 6bab734 + 7ae009b commit 28578a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ object BuildType {
object AppConfig {
const val APP_ID = "com.titi.app"
const val APP_VERSION_NAME = "1.4.5"
const val APP_VERSION_CODE = 46
const val APP_VERSION_CODE = 47
const val APP_NAME = "TiTi"
}
7 changes: 4 additions & 3 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
TiTi android 1.4.5
- fix: missing monday in home page week chart
- TdsCircularProgressIndicator
TiTi android 1.4.6
- 데일리 수정 기록 삭제 기능 추가
- 측정 종료 멀티터치 방지
- 타임라인 차트 Max Height

0 comments on commit 28578a6

Please sign in to comment.