Skip to content

Commit

Permalink
[FIX] iOS 버전 업데이트 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed May 31, 2024
1 parent ca898ea commit 4cda894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions smeem-api/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ smeem:
title: "업데이트 알림"
content: "보다 나아진 스밈의 최신 버전을 준비했어요! 새로운 버전으로 업데이트 후 이용해주세요."
ios:
app: 2.0.0
force: 2.0.0
app: 2.0.2
force: 3.0.0
android:
app: 2.0.0
force: 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions smeem-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ smeem:
title: "업데이트 알림"
content: "보다 나아진 스밈의 최신 버전을 준비했어요! 새로운 버전으로 업데이트 후 이용해주세요."
ios:
app: 2.0.1
force: 2.0.0 # 심사 통과 후 3.0.0 업데이트 필요
app: 2.0.2
force: 3.0.0
android:
app: 2.0.0
force: 2.0.0
Expand Down

0 comments on commit 4cda894

Please sign in to comment.