Skip to content

Commit

Permalink
Merge pull request #95 from TimerTiTi/dev-0.2.7
Browse files Browse the repository at this point in the history
Dev 0.2.7
  • Loading branch information
koreatlwls authored Mar 13, 2024
2 parents 108179d + 371d373 commit 4bdbd01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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.6"
const val APP_VERSION_CODE = 12
const val APP_VERSION_NAME = "0.3.0"
const val APP_VERSION_CODE = 13
const val APP_NAME = "TiTi"
}
7 changes: 2 additions & 5 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
TiTi android dev 0.2.6(12)
- Home 그래프 설정 피쳐
- Daily 그래프 저장 및 공유 피쳐
- Week 그래프 저장 및 공유 피쳐
- Task Map 합산 로직 수정
TiTi android dev 0.3.0(13)
- QA 0.2.6 반영

0 comments on commit 4bdbd01

Please sign in to comment.