Skip to content

Commit

Permalink
Merge pull request #310 from Team-Smeme/develop
Browse files Browse the repository at this point in the history
[FIX] iOS 버전 업데이트
  • Loading branch information
thguss authored May 31, 2024
2 parents 10ddb53 + 6d31723 commit 2669864
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 2669864

Please sign in to comment.