Skip to content

Commit

Permalink
Merge pull request #60 from TimerTiTi/release-0.2.2
Browse files Browse the repository at this point in the history
Release 0.2.2
  • Loading branch information
koreatlwls authored Feb 10, 2024
2 parents a97348d + 855ce51 commit 52e4f63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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 @@ -8,7 +8,7 @@ object BuildType {

object AppConfig {
const val APP_ID = "com.titi.app"
const val APP_VERSION_NAME = "0.2.1"
const val APP_VERSION_CODE = 7
const val APP_VERSION_NAME = "0.2.2"
const val APP_VERSION_CODE = 8
const val APP_NAME = "TiTi"
}
6 changes: 2 additions & 4 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
TiTi android dev 0.2.1(7)
- UTC 이슈 수정
- 가로 모드 화면 수정
- 그래프 사이즈 조정
TiTi android dev 0.2.2(8)
- 로그 화면 color 로직 연결
- 타임 테이블 격자 수정

0 comments on commit 52e4f63

Please sign in to comment.