Skip to content

Commit

Permalink
Merge pull request #101 from TimerTiTi/dev-0.3.2
Browse files Browse the repository at this point in the history
Dev 0.3.2
  • Loading branch information
koreatlwls authored Mar 14, 2024
2 parents 8c0d84c + 3cb83fb commit a09ceb3
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -8,7 +8,7 @@ object BuildType {

object AppConfig {
const val APP_ID = "com.titi.app"
const val APP_VERSION_NAME = "0.3.1"
const val APP_VERSION_CODE = 14
const val APP_VERSION_NAME = "0.3.2"
const val APP_VERSION_CODE = 15
const val APP_NAME = "TiTi"
}
4 changes: 2 additions & 2 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TiTi android dev 0.3.1(14)
- Log 화면 버그 수정
TiTi android dev 0.3.2(15)
- 타이머, 스탑워치 백그라운드 동기화 이슈 수정

0 comments on commit a09ceb3

Please sign in to comment.