Skip to content

Commit 04dc8fe

Browse files
authored
TW-1248: Force update users app version 1.20 (#136)
1 parent 8eec0da commit 04dc8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { getEnv } from './utils/env';
22
import { isDefined } from './utils/helpers';
33

4-
export const MIN_IOS_APP_VERSION = '1.19.1026';
5-
export const MIN_ANDROID_APP_VERSION = '1.19.1026';
4+
export const MIN_IOS_APP_VERSION = '1.20.1027';
5+
export const MIN_ANDROID_APP_VERSION = '1.20.1027';
66

77
export const EnvVars = {
88
MOONPAY_SECRET_KEY: getEnv('MOONPAY_SECRET_KEY'),

0 commit comments

Comments
 (0)