Skip to content

Commit

Permalink
Merge pull request #384 from Team-Sopetit/develop
Browse files Browse the repository at this point in the history
[deploy] update iOS version
  • Loading branch information
thguss authored Feb 10, 2025
2 parents e9ef80e + d163cff commit ef6d5e0
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.1.0";
public static final String IOS_APP_VERSION = "2.1.0";
public static final String IOS_FORCE_UPDATE_VERSION = "2.1.2";
public static final String IOS_APP_VERSION = "2.1.2";
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 ef6d5e0

Please sign in to comment.