Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
chore(release): v4.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Dec 30, 2020
1 parent 3532e21 commit ccc2e22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

## 업데이트 로그

### 2020.12.31 v4.2.0b1
- 번호알림 기능 추가!!
- 멤버십 패스 레이아웃 사소한 수정

### 2020.12.6 v4.1.1
- 작성중인 문의 글자 수 표시
- 식단이 이상하게 표시되는 문제 해결
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class MainViewModel : BaseViewModel() {
}
}


private fun checkForFinishedOrders() {
getWaitingOrders(Unit) {
it.onError(::handleFailure)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
buildscript {

/** THE VERSION NAME! */
ext.version_name = '4.1.1'
ext.version_name = '4.2.0b1'

ext.kotlin_version = '1.4.21'
ext.gradle_version = '4.1.1'
Expand Down

0 comments on commit ccc2e22

Please sign in to comment.