Skip to content

Commit

Permalink
Merge pull request #49 from TimerTiTi/release-0.1.4
Browse files Browse the repository at this point in the history
Release 0.1.4
  • Loading branch information
koreatlwls authored Feb 5, 2024
2 parents e7f9b86 + 6c56857 commit d4ac1f0
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.1.3"
const val APP_VERSION_CODE = 4
const val APP_VERSION_NAME = "0.1.4"
const val APP_VERSION_CODE = 5
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,5 +1,4 @@
TiTi android dev 0.1.3(4)
- 화면 전환 이슈 처리
- Notification 클릭 이벤트 달기
TiTi android dev 0.1.4(5)
- 측정 화면 화면 회전 이슈 fix


0 comments on commit d4ac1f0

Please sign in to comment.