Skip to content

Commit

Permalink
[FIX] update iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Jan 27, 2025
1 parent f6ea57d commit 3f71d2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public class ValueConfig {
@Value("${jwt.REFRESH_TOKEN_EXPIRED}")
private Long refreshTokenExpired;

public static final String IOS_FORCE_UPDATE_VERSION = "2.0.1";
public static final String IOS_APP_VERSION = "2.0.1";
public static final String IOS_FORCE_UPDATE_VERSION = "2.1.0";
public static final String IOS_APP_VERSION = "2.1.0";
public static final String ANDROID_FORCE_UPDATE_VERSION = "1.0.1";
public static final String ANDROID_APP_VERSION = "1.0.1";
public static final String NOTIFICATION_TITLE = "새로운 버전이 업데이트 되었어요!";
Expand Down

0 comments on commit 3f71d2c

Please sign in to comment.