Skip to content

Commit

Permalink
Merge pull request #75 from TimerTiTi/release-0.2.4
Browse files Browse the repository at this point in the history
Release 0.2.4
  • Loading branch information
koreatlwls authored Mar 3, 2024
2 parents c0c3b9b + e8e97ed commit cda603d
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 @@ -8,7 +8,7 @@ object BuildType {

object AppConfig {
const val APP_ID = "com.titi.app"
const val APP_VERSION_NAME = "0.2.3"
const val APP_VERSION_CODE = 9
const val APP_VERSION_NAME = "0.2.4"
const val APP_VERSION_CODE = 10
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 0.2.2(8)
- 로그 화면 color 로직 연결
- 타임 테이블 격자 수정
TiTi android dev 0.2.4(10)
- QA 0.2.3 반영

0 comments on commit cda603d

Please sign in to comment.