Skip to content

Commit 60a3988

Browse files
committed
✨ Update: iOS app version
#45
1 parent c7e73e2 commit 60a3988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/nexters/weski/app_version/AppVersionCheckService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.springframework.stereotype.Service
55
@Service
66
class AppVersionCheckService {
77
companion object {
8-
const val IOS_MIN_VERSION = "3.0.1"
8+
const val IOS_MIN_VERSION = "3.0.2"
99
const val ANDROID_MIN_VERSION = "3.0.1"
1010
}
1111
fun getAppVersion(

0 commit comments

Comments
 (0)