Skip to content

Commit

Permalink
Merge pull request #38 from TimerTiTi/release-0.1.1
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
koreatlwls authored Jan 31, 2024
2 parents e011a40 + 7e074fe commit 177ce9e
Show file tree
Hide file tree
Showing 2 changed files with 5 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.0"
const val APP_VERSION_CODE = 1
const val APP_VERSION_NAME = "0.1.1"
const val APP_VERSION_CODE = 2
const val APP_NAME = "TiTi"
}
6 changes: 3 additions & 3 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TiTi android dev 0.1.0(1)
- [X] Timer 구현
- [X] StopWatch 구현
TiTi android dev 0.1.1(2)
QA version

0 comments on commit 177ce9e

Please sign in to comment.