Skip to content

Commit

Permalink
hotfix: updated iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Oct 7, 2024
1 parent 5bd6ecf commit e478f50
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 = "0.0.9";
public static final String IOS_APP_VERSION = "1.0.0";
public static final String IOS_FORCE_UPDATE_VERSION = "2.0.0";
public static final String IOS_APP_VERSION = "2.0.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 e478f50

Please sign in to comment.